diff --git a/homeassistant/components/switchbee/manifest.json b/homeassistant/components/switchbee/manifest.json index 75e5b2e9bfd..5ca066e3bc0 100644 --- a/homeassistant/components/switchbee/manifest.json +++ b/homeassistant/components/switchbee/manifest.json @@ -5,5 +5,8 @@ "documentation": "https://www.home-assistant.io/integrations/switchbee", "requirements": ["pyswitchbee==1.5.5"], "codeowners": ["@jafar-atili"], - "iot_class": "local_polling" + "iot_class": "local_polling", + "supported_brands": { + "bswitch": "BSwitch" + } } diff --git a/homeassistant/generated/supported_brands.py b/homeassistant/generated/supported_brands.py index 5c641c0f95e..15f2a580a29 100644 --- a/homeassistant/generated/supported_brands.py +++ b/homeassistant/generated/supported_brands.py @@ -11,6 +11,7 @@ HAS_SUPPORTED_BRANDS = [ "netatmo", "overkiz", "renault", + "switchbee", "thermobeacon", "wemo", "yalexs_ble",