core/homeassistant/components/hunterdouglas_powerview/manifest.json

19 lines
429 B
JSON

{
"domain": "hunterdouglas_powerview",
"name": "Hunter Douglas PowerView",
"documentation": "https://www.home-assistant.io/integrations/hunterdouglas_powerview",
"requirements": ["aiopvapi==1.6.14"],
"codeowners": ["@bdraco"],
"config_flow": true,
"homekit": {
"models": ["PowerView"]
},
"dhcp": [
{
"hostname": "hunter*",
"macaddress": "002674*"
}
],
"iot_class": "local_polling"
}