1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 02:48:57 +00:00

Add integration_type hub to hive (#159126)

This commit is contained in:
Joost Lekkerkerker
2025-12-15 20:21:10 +01:00
committed by GitHub
parent d996d7b113
commit d890387d3d

View File

@@ -7,6 +7,7 @@
"homekit": { "homekit": {
"models": ["HHKBridge*"] "models": ["HHKBridge*"]
}, },
"integration_type": "hub",
"iot_class": "cloud_polling", "iot_class": "cloud_polling",
"loggers": ["apyhiveapi"], "loggers": ["apyhiveapi"],
"requirements": ["pyhive-integration==1.0.7"] "requirements": ["pyhive-integration==1.0.7"]