core/homeassistant/components/hunterdouglas_powerview/manifest.json

24 lines
569 B
JSON
Raw Normal View History

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