1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 13:13:46 +01:00
Files
core/homeassistant/components/gogogate2/manifest.json
2025-02-05 07:50:49 +01:00

19 lines
407 B
JSON

{
"domain": "gogogate2",
"name": "Gogogate2 and ismartgate",
"codeowners": ["@vangorra"],
"config_flow": true,
"dhcp": [
{
"hostname": "ismartgate*"
}
],
"documentation": "https://www.home-assistant.io/integrations/gogogate2",
"homekit": {
"models": ["iSmartGate"]
},
"iot_class": "local_polling",
"loggers": ["ismartgate"],
"requirements": ["ismartgate==5.0.2"]
}