mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
20 lines
436 B
JSON
20 lines
436 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"]
|
|
},
|
|
"integration_type": "hub",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["ismartgate"],
|
|
"requirements": ["ismartgate==5.0.2"]
|
|
}
|