mirror of
https://github.com/home-assistant/core.git
synced 2025-04-25 01:38:02 +00:00
Bump thermobeacon-ble to 0.7.0 (#121136)
changelog: https://github.com/Bluetooth-Devices/thermobeacon-ble/compare/v0.6.2...v0.7.0
This commit is contained in:
parent
3b023367d7
commit
0e9acf2685
@ -32,6 +32,12 @@
|
||||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
"manufacturer_id": 48,
|
||||
"manufacturer_data_start": [0],
|
||||
"connectable": false
|
||||
},
|
||||
{
|
||||
"local_name": "ThermoBeacon",
|
||||
"connectable": false
|
||||
@ -42,5 +48,5 @@
|
||||
"dependencies": ["bluetooth_adapters"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/thermobeacon",
|
||||
"iot_class": "local_push",
|
||||
"requirements": ["thermobeacon-ble==0.6.2"]
|
||||
"requirements": ["thermobeacon-ble==0.7.0"]
|
||||
}
|
||||
|
@ -624,6 +624,15 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
|
||||
"manufacturer_id": 27,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
"manufacturer_data_start": [
|
||||
0,
|
||||
],
|
||||
"manufacturer_id": 48,
|
||||
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
|
||||
},
|
||||
{
|
||||
"connectable": False,
|
||||
"domain": "thermobeacon",
|
||||
|
@ -2726,7 +2726,7 @@ tessie-api==0.0.9
|
||||
# tf-models-official==2.5.0
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.6.2
|
||||
thermobeacon-ble==0.7.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.10.0
|
||||
|
@ -2121,7 +2121,7 @@ tesla-wall-connector==1.0.2
|
||||
tessie-api==0.0.9
|
||||
|
||||
# homeassistant.components.thermobeacon
|
||||
thermobeacon-ble==0.6.2
|
||||
thermobeacon-ble==0.7.0
|
||||
|
||||
# homeassistant.components.thermopro
|
||||
thermopro-ble==0.10.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user