1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/hunterdouglas_powerview/manifest.json
2021-05-09 11:41:27 +02:00

20 lines
471 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*"
}
],
"zeroconf": ["_powerview._tcp.local."],
"iot_class": "local_polling"
}