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