Files
hdpv_ble/custom_components/hunterdouglas_powerview_ble/manifest.json
2026-04-09 11:03:33 +10:00

21 lines
609 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": "hub",
"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"
}