2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "hunterdouglas_powerview",
|
2020-01-07 07:19:17 +00:00
|
|
|
"name": "Hunter Douglas PowerView",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/hunterdouglas_powerview",
|
2022-08-24 17:53:22 +00:00
|
|
|
"requirements": ["aiopvapi==2.0.0"],
|
2022-05-30 17:54:39 +00:00
|
|
|
"codeowners": ["@bdraco", "@kingy444", "@trullock"],
|
2020-04-29 21:24:57 +00:00
|
|
|
"config_flow": true,
|
|
|
|
"homekit": {
|
|
|
|
"models": ["PowerView"]
|
2021-04-15 08:21:38 +00:00
|
|
|
},
|
2021-05-03 09:41:20 +00:00
|
|
|
"dhcp": [
|
2022-03-30 08:56:37 +00:00
|
|
|
{ "registered_devices": true },
|
2021-05-03 09:41:20 +00:00
|
|
|
{
|
|
|
|
"hostname": "hunter*",
|
|
|
|
"macaddress": "002674*"
|
|
|
|
}
|
|
|
|
],
|
2021-05-09 09:41:27 +00:00
|
|
|
"zeroconf": ["_powerview._tcp.local."],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
2022-06-13 08:26:35 +00:00
|
|
|
"loggers": ["aiopvapi"],
|
|
|
|
"supported_brands": {
|
|
|
|
"luxaflex": "Luxaflex"
|
|
|
|
}
|
2021-04-15 08:21:38 +00:00
|
|
|
}
|