mirror of https://github.com/home-assistant/core
19 lines
407 B
JSON
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.1"]
|
|
}
|