mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 06:05:26 +01:00
Add integration_type service to pushbullet (#159896)
This commit is contained in:
committed by
GitHub
parent
58069fd473
commit
c8af5bb452
@@ -4,6 +4,7 @@
|
||||
"codeowners": ["@engrbm87"],
|
||||
"config_flow": true,
|
||||
"documentation": "https://www.home-assistant.io/integrations/pushbullet",
|
||||
"integration_type": "service",
|
||||
"iot_class": "cloud_polling",
|
||||
"loggers": ["pushbullet"],
|
||||
"requirements": ["pushbullet.py==0.11.0"]
|
||||
|
||||
@@ -5290,7 +5290,7 @@
|
||||
},
|
||||
"pushbullet": {
|
||||
"name": "Pushbullet",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "service",
|
||||
"config_flow": true,
|
||||
"iot_class": "cloud_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user