Fix thermobeacon WS08 models that identify with manufacturer_id 27 (#84812)

fixes #84706
This commit is contained in:
J. Nick Koston
2022-12-29 20:54:47 -05:00
committed by Paulus Schoutsen
parent cc2b592221
commit 522477d5a4
4 changed files with 18 additions and 3 deletions
@@ -28,9 +28,15 @@
"manufacturer_data_start": [0],
"connectable": false
},
{
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 27,
"manufacturer_data_start": [0],
"connectable": false
},
{ "local_name": "ThermoBeacon", "connectable": false }
],
"requirements": ["thermobeacon-ble==0.4.0"],
"requirements": ["thermobeacon-ble==0.6.0"],
"dependencies": ["bluetooth"],
"codeowners": ["@bdraco"],
"iot_class": "local_push"
+9
View File
@@ -385,6 +385,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"manufacturer_id": 24,
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "thermobeacon",
"manufacturer_data_start": [
0,
],
"manufacturer_id": 27,
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
},
{
"connectable": False,
"domain": "thermobeacon",
+1 -1
View File
@@ -2435,7 +2435,7 @@ tesla-wall-connector==1.0.2
# tf-models-official==2.5.0
# homeassistant.components.thermobeacon
thermobeacon-ble==0.4.0
thermobeacon-ble==0.6.0
# homeassistant.components.thermopro
thermopro-ble==0.4.3
+1 -1
View File
@@ -1693,7 +1693,7 @@ tesla-powerwall==0.3.18
tesla-wall-connector==1.0.2
# homeassistant.components.thermobeacon
thermobeacon-ble==0.4.0
thermobeacon-ble==0.6.0
# homeassistant.components.thermopro
thermopro-ble==0.4.3