core/homeassistant/components/overkiz/manifest.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.1.1"
],
"dhcp": [
{
"hostname": "gateway*",
"macaddress": "F8811A*"
}
],
"codeowners": [
"@imicknl",
"@vlebourl",
"@tetienne"
],
"iot_class": "cloud_polling"
}