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:
J. Nick Koston 2024-07-04 00:42:49 -05:00 committed by GitHub
parent 3b023367d7
commit 0e9acf2685
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 18 additions and 3 deletions

View File

@ -32,6 +32,12 @@
"manufacturer_data_start": [0], "manufacturer_data_start": [0],
"connectable": false "connectable": false
}, },
{
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb",
"manufacturer_id": 48,
"manufacturer_data_start": [0],
"connectable": false
},
{ {
"local_name": "ThermoBeacon", "local_name": "ThermoBeacon",
"connectable": false "connectable": false
@ -42,5 +48,5 @@
"dependencies": ["bluetooth_adapters"], "dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/thermobeacon", "documentation": "https://www.home-assistant.io/integrations/thermobeacon",
"iot_class": "local_push", "iot_class": "local_push",
"requirements": ["thermobeacon-ble==0.6.2"] "requirements": ["thermobeacon-ble==0.7.0"]
} }

View File

@ -624,6 +624,15 @@ BLUETOOTH: Final[list[dict[str, bool | str | int | list[int]]]] = [
"manufacturer_id": 27, "manufacturer_id": 27,
"service_uuid": "0000fff0-0000-1000-8000-00805f9b34fb", "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, "connectable": False,
"domain": "thermobeacon", "domain": "thermobeacon",

View File

@ -2726,7 +2726,7 @@ tessie-api==0.0.9
# tf-models-official==2.5.0 # tf-models-official==2.5.0
# homeassistant.components.thermobeacon # homeassistant.components.thermobeacon
thermobeacon-ble==0.6.2 thermobeacon-ble==0.7.0
# homeassistant.components.thermopro # homeassistant.components.thermopro
thermopro-ble==0.10.0 thermopro-ble==0.10.0

View File

@ -2121,7 +2121,7 @@ tesla-wall-connector==1.0.2
tessie-api==0.0.9 tessie-api==0.0.9
# homeassistant.components.thermobeacon # homeassistant.components.thermobeacon
thermobeacon-ble==0.6.2 thermobeacon-ble==0.7.0
# homeassistant.components.thermopro # homeassistant.components.thermopro
thermopro-ble==0.10.0 thermopro-ble==0.10.0