Bump thermobeacon-ble to 0.8.0 (#139119)

pull/139129/head
J. Nick Koston 2025-02-23 12:41:38 -06:00 committed by GitHub
parent 3d507c7b44
commit 6ad6e82a23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 3 deletions

View File

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

View File

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

2
requirements_all.txt generated
View File

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

View File

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