diff --git a/homeassistant/components/upb/manifest.json b/homeassistant/components/upb/manifest.json index fd5d68e577f..aaa26bfdd66 100644 --- a/homeassistant/components/upb/manifest.json +++ b/homeassistant/components/upb/manifest.json @@ -6,5 +6,9 @@ "codeowners": ["@gwww"], "config_flow": true, "iot_class": "local_push", - "loggers": ["upb_lib"] + "loggers": ["upb_lib"], + "supported_brands": { + "pcs_lighting": "PCS Lighting", + "simply_automated": "Simply Automated" + } } diff --git a/homeassistant/generated/supported_brands.py b/homeassistant/generated/supported_brands.py index 15f2a580a29..0efd1982c61 100644 --- a/homeassistant/generated/supported_brands.py +++ b/homeassistant/generated/supported_brands.py @@ -13,6 +13,7 @@ HAS_SUPPORTED_BRANDS = [ "renault", "switchbee", "thermobeacon", + "upb", "wemo", "yalexs_ble", ]