Reuse the home key from already-configured shades so adding subsequent shades skips the key step. Show human-readable shade names from the hub in the device picker. Allow selecting multiple shades at once instead of repeating the flow for each one. Default to hub fetch as the key method.
21 lines
612 B
JSON
21 lines
612 B
JSON
{
|
|
"domain": "hunterdouglas_powerview_ble",
|
|
"name": "Hunter Douglas PowerView (BLE)",
|
|
"bluetooth": [
|
|
{
|
|
"service_uuid": "0000fdc1-0000-1000-8000-00805f9b34fb",
|
|
"manufacturer_id": 2073
|
|
}
|
|
],
|
|
"codeowners": ["@patman15"],
|
|
"config_flow": true,
|
|
"dependencies": ["bluetooth_adapters"],
|
|
"documentation": "https://github.com/patman15/hdpv_ble",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"issue_tracker": "https://github.com/patman15/hdpv_ble/issues",
|
|
"loggers": ["hunterdouglas_powerview_ble"],
|
|
"requirements": ["cryptography>=43.0.0"],
|
|
"version": "0.24"
|
|
}
|