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

fixes #84706
This commit is contained in:
J. Nick Koston 2022-12-29 15:09:37 -10:00 committed by GitHub
parent dd560a517c
commit 6374cc6480
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 3 deletions

View File

@ -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"

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",

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

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