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"