From 533d23ce05deb60c3359eccbd72d227089811627 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Sun, 28 Aug 2022 13:46:04 -0500 Subject: [PATCH] Add thermobeacon supported brands (#77423) Add thermobeacon alternate brands --- homeassistant/components/thermobeacon/manifest.json | 6 +++++- homeassistant/generated/supported_brands.py | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/thermobeacon/manifest.json b/homeassistant/components/thermobeacon/manifest.json index 878199e299e..eb13b68a7e2 100644 --- a/homeassistant/components/thermobeacon/manifest.json +++ b/homeassistant/components/thermobeacon/manifest.json @@ -27,5 +27,9 @@ "requirements": ["thermobeacon-ble==0.3.1"], "dependencies": ["bluetooth"], "codeowners": ["@bdraco"], - "iot_class": "local_push" + "iot_class": "local_push", + "supported_brands": { + "thermoplus": "ThermoPlus", + "sensorblue": "SensorBlue" + } } diff --git a/homeassistant/generated/supported_brands.py b/homeassistant/generated/supported_brands.py index b4eaa9d8a06..162c953b2b4 100644 --- a/homeassistant/generated/supported_brands.py +++ b/homeassistant/generated/supported_brands.py @@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = ( "motion_blinds", "overkiz", "renault", + "thermobeacon", "wemo", "yalexs_ble", "zwave_js"