2021-12-23 18:34:35 +00:00
|
|
|
{
|
|
|
|
"domain": "overkiz",
|
2022-08-02 11:03:34 +00:00
|
|
|
"name": "Overkiz",
|
2023-02-08 19:32:43 +00:00
|
|
|
"codeowners": ["@imicknl", "@vlebourl", "@tetienne", "@nyroDev"],
|
2021-12-23 18:34:35 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"dhcp": [
|
|
|
|
{
|
|
|
|
"hostname": "gateway*",
|
|
|
|
"macaddress": "F8811A*"
|
|
|
|
}
|
|
|
|
],
|
2023-02-08 19:32:43 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/overkiz",
|
|
|
|
"integration_type": "hub",
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "cloud_polling",
|
2023-02-08 19:32:43 +00:00
|
|
|
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"],
|
2023-06-27 18:25:31 +00:00
|
|
|
"requirements": ["pyoverkiz==1.9.0"],
|
2023-02-08 19:32:43 +00:00
|
|
|
"zeroconf": [
|
|
|
|
{
|
|
|
|
"type": "_kizbox._tcp.local.",
|
|
|
|
"name": "gateway*"
|
|
|
|
}
|
|
|
|
]
|
2022-03-30 08:56:37 +00:00
|
|
|
}
|