diff --git a/homeassistant/components/thermopro/manifest.json b/homeassistant/components/thermopro/manifest.json index 817df22d6e1..51348afb0a4 100644 --- a/homeassistant/components/thermopro/manifest.json +++ b/homeassistant/components/thermopro/manifest.json @@ -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"] } diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py index 405803ee1c4..c0b21c0a81d 100644 --- a/homeassistant/generated/bluetooth.py +++ b/homeassistant/generated/bluetooth.py @@ -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": [ diff --git a/requirements_all.txt b/requirements_all.txt index 18cc9b2a3f5..2cbd3f38f76 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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 diff --git a/requirements_test_all.txt b/requirements_test_all.txt index 56d149b62a6..a6cfc1ed4bc 100644 --- a/requirements_test_all.txt +++ b/requirements_test_all.txt @@ -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