1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-20 10:59:24 +00:00

Add integration_type hub to bond (#158867)

This commit is contained in:
Joost Lekkerkerker
2025-12-12 22:58:57 +01:00
committed by GitHub
parent 1f3ad382f1
commit dc01cf49a0

View File

@@ -14,6 +14,7 @@
} }
], ],
"documentation": "https://www.home-assistant.io/integrations/bond", "documentation": "https://www.home-assistant.io/integrations/bond",
"integration_type": "hub",
"iot_class": "local_push", "iot_class": "local_push",
"loggers": ["bond_async"], "loggers": ["bond_async"],
"requirements": ["bond-async==0.2.1"], "requirements": ["bond-async==0.2.1"],