mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type service to huisbaasje (#159133)
This commit is contained in:
committed by
GitHub
parent
434cb48344
commit
632b3e5dc3
@@ -4,6 +4,7 @@
|
|||||||
"codeowners": ["@dennisschroer"],
|
"codeowners": ["@dennisschroer"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/huisbaasje",
|
"documentation": "https://www.home-assistant.io/integrations/huisbaasje",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"loggers": ["energyflip"],
|
"loggers": ["energyflip"],
|
||||||
"requirements": ["energyflip-client==0.2.2"]
|
"requirements": ["energyflip-client==0.2.2"]
|
||||||
|
|||||||
@@ -2874,7 +2874,7 @@
|
|||||||
},
|
},
|
||||||
"huisbaasje": {
|
"huisbaasje": {
|
||||||
"name": "EnergyFlip",
|
"name": "EnergyFlip",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "cloud_polling"
|
"iot_class": "cloud_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user