Initial commit
Basic functionality could work (untested!)
This commit is contained in:
21
custom_components/hunterdouglas_powerview_ble/manifest.json
Normal file
21
custom_components/hunterdouglas_powerview_ble/manifest.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"domain": "hunterdouglas_powerview_ble",
|
||||
"name": "Hunter Douglas PowerView (BLE)",
|
||||
"bluetooth": [
|
||||
{
|
||||
"service_uuid": "0000fdc1-0000-1000-8000-00805f9b34fb",
|
||||
"manufacturer_id": 2073,
|
||||
"manufacturer_data_start": [0,0,42,0]
|
||||
}
|
||||
],
|
||||
"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": [],
|
||||
"version": "0.1"
|
||||
}
|
||||
Reference in New Issue
Block a user