1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-02 08:26:41 +01:00

Add integration_type hub to ecobee (#158938)

This commit is contained in:
Joost Lekkerkerker
2025-12-13 23:23:15 +01:00
committed by GitHub
parent 13f3b49b96
commit 03676d7e5a

View File

@@ -7,6 +7,7 @@
"homekit": {
"models": ["EB", "ecobee*"]
},
"integration_type": "hub",
"iot_class": "cloud_polling",
"loggers": ["pyecobee"],
"requirements": ["python-ecobee-api==0.3.2"],