From 6ad6e82a2306ff09d19e7acfc614a6df5760d1f7 Mon Sep 17 00:00:00 2001
From: "J. Nick Koston" <nick@koston.org>
Date: Sun, 23 Feb 2025 12:41:38 -0600
Subject: [PATCH] Bump thermobeacon-ble to 0.8.0 (#139119)

---
 homeassistant/components/thermobeacon/manifest.json | 8 +++++++-
 homeassistant/generated/bluetooth.py                | 9 +++++++++
 requirements_all.txt                                | 2 +-
 requirements_test_all.txt                           | 2 +-
 4 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/homeassistant/components/thermobeacon/manifest.json b/homeassistant/components/thermobeacon/manifest.json
index ce6a3f71ef3..e060cbd91bf 100644
--- a/homeassistant/components/thermobeacon/manifest.json
+++ b/homeassistant/components/thermobeacon/manifest.json
@@ -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"]
 }
diff --git a/homeassistant/generated/bluetooth.py b/homeassistant/generated/bluetooth.py
index 447b6d284f0..587fea8b941 100644
--- a/homeassistant/generated/bluetooth.py
+++ b/homeassistant/generated/bluetooth.py
@@ -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",
diff --git a/requirements_all.txt b/requirements_all.txt
index cb03d16903d..04cc0c38d67 100644
--- a/requirements_all.txt
+++ b/requirements_all.txt
@@ -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
diff --git a/requirements_test_all.txt b/requirements_test_all.txt
index af58c786530..f72da658fb2 100644
--- a/requirements_test_all.txt
+++ b/requirements_test_all.txt
@@ -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
-- 
GitLab