Files
core/homeassistant/components/overkiz/manifest.json

29 lines
654 B
JSON

{
"domain": "overkiz",
"name": "Overkiz",
"codeowners": ["@imicknl"],
"config_flow": true,
"dependencies": ["application_credentials"],
"dhcp": [
{
"hostname": "gateway*",
"macaddress": "F8811A*"
}
],
"documentation": "https://www.home-assistant.io/integrations/overkiz",
"integration_type": "hub",
"iot_class": "local_polling",
"loggers": ["boto3", "botocore", "pyoverkiz", "s3transfer"],
"requirements": ["pyoverkiz[nexity]==2.1.0"],
"zeroconf": [
{
"name": "gateway*",
"type": "_kizbox._tcp.local."
},
{
"name": "gateway*",
"type": "_kizboxdev._tcp.local."
}
]
}