core/homeassistant/components/overkiz/manifest.json

24 lines
570 B
JSON

{
"domain": "overkiz",
"name": "Overkiz",
"config_flow": true,
"integration_type": "hub",
"documentation": "https://www.home-assistant.io/integrations/overkiz",
"requirements": ["pyoverkiz==1.7.3"],
"zeroconf": [
{
"type": "_kizbox._tcp.local.",
"name": "gateway*"
}
],
"dhcp": [
{
"hostname": "gateway*",
"macaddress": "F8811A*"
}
],
"codeowners": ["@imicknl", "@vlebourl", "@tetienne", "@nyroDev"],
"iot_class": "cloud_polling",
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"]
}