21 lines
394 B
JSON
21 lines
394 B
JSON
|
{
|
||
|
"domain": "overkiz",
|
||
|
"name": "Overkiz (by Somfy)",
|
||
|
"config_flow": true,
|
||
|
"documentation": "https://www.home-assistant.io/integrations/overkiz",
|
||
|
"requirements": [
|
||
|
"pyoverkiz==1.0.0"
|
||
|
],
|
||
|
"dhcp": [
|
||
|
{
|
||
|
"hostname": "gateway*",
|
||
|
"macaddress": "F8811A*"
|
||
|
}
|
||
|
],
|
||
|
"codeowners": [
|
||
|
"@imicknl",
|
||
|
"@vlebourl",
|
||
|
"@tetienne"
|
||
|
],
|
||
|
"iot_class": "cloud_polling"
|
||
|
}
|