core/homeassistant/components/overkiz/manifest.json

23 lines
541 B
JSON
Raw Normal View History

{
"domain": "overkiz",
"name": "Overkiz (by Somfy)",
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/overkiz",
2022-03-30 08:56:37 +00:00
"requirements": ["pyoverkiz==1.3.13"],
"zeroconf": [
{
"type": "_kizbox._tcp.local.",
"name": "gateway*"
}
],
"dhcp": [
{
"hostname": "gateway*",
"macaddress": "F8811A*"
}
],
2022-03-30 08:56:37 +00:00
"codeowners": ["@imicknl", "@vlebourl", "@tetienne"],
"iot_class": "cloud_polling",
2022-03-30 08:56:37 +00:00
"loggers": ["boto3", "botocore", "pyhumps", "pyoverkiz", "s3transfer"]
}