Bump thermopro-ble to 0.10.0 (#110279)

This commit is contained in:
J. Nick Koston 2024-02-11 13:08:49 -06:00 committed by GitHub
parent ba93cf0336
commit ab85ebb996
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 3 deletions

View File

@ -13,6 +13,10 @@
{
"local_name": "TP96*",
"connectable": false
},
{
"local_name": "TP97*",
"connectable": false
}
],
"codeowners": ["@bdraco", "@h3ss"],
@ -20,5 +24,5 @@
"dependencies": ["bluetooth_adapters"],
"documentation": "https://www.home-assistant.io/integrations/thermopro",
"iot_class": "local_push",
"requirements": ["thermopro-ble==0.9.0"]
"requirements": ["thermopro-ble==0.10.0"]
}

View File

@ -602,6 +602,11 @@ BLUETOOTH: list[dict[str, bool | str | int | list[int]]] = [
"domain": "thermopro",
"local_name": "TP96*",
},
{
"connectable": False,
"domain": "thermopro",
"local_name": "TP97*",
},
{
"domain": "tilt_ble",
"manufacturer_data_start": [

View File

@ -2691,7 +2691,7 @@ tessie-api==0.0.9
thermobeacon-ble==0.6.2
# homeassistant.components.thermopro
thermopro-ble==0.9.0
thermopro-ble==0.10.0
# homeassistant.components.thermoworks_smoke
thermoworks-smoke==0.1.8

View File

@ -2053,7 +2053,7 @@ tessie-api==0.0.9
thermobeacon-ble==0.6.2
# homeassistant.components.thermopro
thermopro-ble==0.9.0
thermopro-ble==0.10.0
# homeassistant.components.tilt_ble
tilt-ble==0.2.3