core/homeassistant/components/hunterdouglas_powerview/manifest.json

25 lines
616 B
JSON

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