mirror of
https://github.com/home-assistant/core.git
synced 2026-09-26 01:11:51 -04:00
29 lines
654 B
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."
|
|
}
|
|
]
|
|
}
|