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

Add integration_type device to gogogate2 (#159082)

This commit is contained in:
Joost Lekkerkerker
2025-12-18 19:30:36 +01:00
committed by GitHub
parent 86d4c3cbbf
commit 434cb48344

View File

@@ -12,6 +12,7 @@
"homekit": { "homekit": {
"models": ["iSmartGate"] "models": ["iSmartGate"]
}, },
"integration_type": "hub",
"iot_class": "local_polling", "iot_class": "local_polling",
"loggers": ["ismartgate"], "loggers": ["ismartgate"],
"requirements": ["ismartgate==5.0.2"] "requirements": ["ismartgate==5.0.2"]