core/homeassistant/components/gogogate2/manifest.json

19 lines
418 B
JSON

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