mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 18:27:09 +00:00
Fix thermobeacon WS08 models that identify with manufacturer_id 27 (#84812)
fixes #84706
This commit is contained in:
parent
dd560a517c
commit
6374cc6480
@ -28,9 +28,15 @@
|
|||||||
"manufacturer_data_start": [0],
|
"manufacturer_data_start": [0],
|
||||||
"connectable": false
|
"connectable": false
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||||
|
"manufacturer_id": 27,
|
||||||
|
"manufacturer_data_start": [0],
|
||||||
|
"connectable": false
|
||||||
|
},
|
||||||
{ "local_name": "ThermoBeacon", "connectable": false }
|
{ "local_name": "ThermoBeacon", "connectable": false }
|
||||||
],
|
],
|
||||||
"requirements": ["thermobeacon-ble==0.4.0"],
|
"requirements": ["thermobeacon-ble==0.6.0"],
|
||||||
"dependencies": ["bluetooth"],
|
"dependencies": ["bluetooth"],
|
||||||
"codeowners": ["@bdraco"],
|
"codeowners": ["@bdraco"],
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
|
@ -385,6 +385,15 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
|
|||||||
"manufacturer_id": 24,
|
"manufacturer_id": 24,
|
||||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
"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,
|
"connectable": False,
|
||||||
"domain": "thermobeacon",
|
"domain": "thermobeacon",
|
||||||
|
@ -2435,7 +2435,7 @@ tesla-wall-connector==1.0.2
|
|||||||
# tf-models-official==2.5.0
|
# tf-models-official==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.4.0
|
thermobeacon-ble==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.4.3
|
thermopro-ble==0.4.3
|
||||||
|
@ -1693,7 +1693,7 @@ tesla-powerwall==0.3.18
|
|||||||
tesla-wall-connector==1.0.2
|
tesla-wall-connector==1.0.2
|
||||||
|
|
||||||
# homeassistant.components.thermobeacon
|
# homeassistant.components.thermobeacon
|
||||||
thermobeacon-ble==0.4.0
|
thermobeacon-ble==0.6.0
|
||||||
|
|
||||||
# homeassistant.components.thermopro
|
# homeassistant.components.thermopro
|
||||||
thermopro-ble==0.4.3
|
thermopro-ble==0.4.3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user