From d3fee8aad9871395464e71d369d0adebf32735ea Mon Sep 17 00:00:00 2001 From: Glenn Waters Date: Thu, 6 Oct 2022 14:33:37 -0400 Subject: [PATCH] Add supported brands to UPB integration (#79619) --- homeassistant/components/upb/manifest.json | 6 +++++- homeassistant/generated/supported_brands.py | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) 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", ]