From 0f9703cd99459cc78f1036b1899d67a69ea4ccd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9n?= Date: Fri, 14 Oct 2022 10:19:32 +0200 Subject: [PATCH] Add Heiwa as supported brand (#80242) --- homeassistant/components/gree/manifest.json | 5 ++++- homeassistant/generated/supported_brands.py | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/gree/manifest.json b/homeassistant/components/gree/manifest.json index 97c0ec1780c..06b8b109175 100644 --- a/homeassistant/components/gree/manifest.json +++ b/homeassistant/components/gree/manifest.json @@ -7,5 +7,8 @@ "dependencies": ["network"], "codeowners": ["@cmroche"], "iot_class": "local_polling", - "loggers": ["greeclimate"] + "loggers": ["greeclimate"], + "supported_brands": { + "heiwa": "Heiwa" + } } diff --git a/homeassistant/generated/supported_brands.py b/homeassistant/generated/supported_brands.py index bb996813bba..30a0601861d 100644 --- a/homeassistant/generated/supported_brands.py +++ b/homeassistant/generated/supported_brands.py @@ -5,6 +5,7 @@ To update, run python3 -m script.hassfest HAS_SUPPORTED_BRANDS = [ "denonavr", + "gree", "hunterdouglas_powerview", "inkbird", "motion_blinds",