1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-19 18:38:58 +00:00

Add integration_type service to huisbaasje (#159133)

This commit is contained in:
Joost Lekkerkerker
2025-12-18 19:31:15 +01:00
committed by GitHub
parent 434cb48344
commit 632b3e5dc3
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@
"codeowners": ["@dennisschroer"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/huisbaasje",
"integration_type": "device",
"iot_class": "cloud_polling",
"loggers": ["energyflip"],
"requirements": ["energyflip-client==0.2.2"]

View File

@@ -2874,7 +2874,7 @@
},
"huisbaasje": {
"name": "EnergyFlip",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "cloud_polling"
},