core/homeassistant/components/hunterdouglas_powerview/manifest.json

24 lines
598 B
JSON

{
"domain": "hunterdouglas_powerview",
"name": "Hunter Douglas PowerView",
"codeowners": ["@bdraco", "@kingy444", "@trullock"],
"config_flow": true,
"dhcp": [
{
"registered_devices": true
},
{
"hostname": "hunter*",
"macaddress": "002674*"
}
],
"documentation": "https://www.home-assistant.io/integrations/hunterdouglas_powerview",
"homekit": {
"models": ["PowerView"]
},
"iot_class": "local_polling",
"loggers": ["aiopvapi"],
"requirements": ["aiopvapi==3.1.1"],
"zeroconf": ["_powerview._tcp.local.", "_PowerView-G3._tcp.local."]
}