Add support for thermobeacon WS 03 aka device 0x18 (#82045)
* Add support for thermobeacon WS 03 aka device 0x18 changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/compare/v0.3.2...v0.4.0 * empty
This commit is contained in:
parent
52a8f4df82
commit
50f960097f
4 changed files with 18 additions and 3 deletions
|
@ -22,9 +22,15 @@
|
|||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
"manufacturer_id": 24,
|
||||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{ "local_name": "ThermoBeacon", "connectable": false }
|
||||
],
|
||||
"requirements": ["thermobeacon-ble==0.3.2"],
|
||||
"requirements": ["thermobeacon-ble==0.4.0"],
|
||||
"dependencies": ["bluetooth"],
|
||||
"codeowners": ["@bdraco"],
|
||||
"iot_class": "local_push"
|
||||
|
|
|
@ -349,6 +349,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||
"manufacturer_id": 21,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
"manufacturer_data_start": [
|
||||
0,
|
||||
],
|
||||
"manufacturer_id": 24,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
|
|
|
@ -2417,7 +2417,7 @@ tesla-wall-connector==1.0.2
|
|||
# tf-models-official==2.5.0
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.3.2
|
||||
thermobeacon-ble==0.4.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.4.3
|
||||
|
|
|
@ -1669,7 +1669,7 @@ tesla-powerwall==0.3.18
|
|||
tesla-wall-connector==1.0.2
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.3.2
|
||||
thermobeacon-ble==0.4.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.4.3
|
||||
|
|
Loading…
Add table
Reference in a new issue