Bump thermobeacon-ble to 0.8.0 (#139119)
parent
3d507c7b44
commit
6ad6e82a23
|
@ -14,6 +14,12 @@
|
|||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
"manufacturer_id": 20,
|
||||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
"manufacturer_id": 21,
|
||||
|
@ -48,5 +54,5 @@
|
|||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/thermobeacon",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["thermobeacon-ble==0.7.0"]
|
||||
"requirements": ["thermobeacon-ble==0.8.0"]
|
||||
}
|
||||
|
|
|
@ -688,6 +688,15 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
|||
"manufacturer_id": 17,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
"manufacturer_data_start": [
|
||||
0,
|
||||
],
|
||||
"manufacturer_id": 20,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
|
|
|
@ -2884,7 +2884,7 @@ tessie-api==0.1.1
|
|||
# tf-models-official==2.5.0
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.7.0
|
||||
thermobeacon-ble==0.8.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.11.0
|
||||
|
|
|
@ -2321,7 +2321,7 @@ teslemetry-stream==0.6.10
|
|||
tessie-api==0.1.1
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.7.0
|
||||
thermobeacon-ble==0.8.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.11.0
|
||||
|
|
Loading…
Reference in New Issue