core/homeassistant/components/gogogate2/manifest.json

18 lines
389 B
JSON

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