From 49d742ce318efc7b1b50e0f045d7341165a36683 Mon Sep 17 00:00:00 2001 From: "J. Nick Koston" Date: Mon, 18 Sep 2023 10:08:38 -0500 Subject: [PATCH] Drop codeowner for Magic Home/flux_led (#100557) --- CODEOWNERS | 4 ++-- homeassistant/components/flux_led/manifest.json | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index a2413c2e720..fd18e096b91 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -400,8 +400,8 @@ build.json @home-assistant/supervisor /tests/components/flo/ @dmulcahey /homeassistant/components/flume/ @ChrisMandich @bdraco @jeeftor /tests/components/flume/ @ChrisMandich @bdraco @jeeftor -/homeassistant/components/flux_led/ @icemanch @bdraco -/tests/components/flux_led/ @icemanch @bdraco +/homeassistant/components/flux_led/ @icemanch +/tests/components/flux_led/ @icemanch /homeassistant/components/forecast_solar/ @klaasnicolaas @frenck /tests/components/forecast_solar/ @klaasnicolaas @frenck /homeassistant/components/forked_daapd/ @uvjustin diff --git a/homeassistant/components/flux_led/manifest.json b/homeassistant/components/flux_led/manifest.json index 977f6eefe07..a55ae028342 100644 --- a/homeassistant/components/flux_led/manifest.json +++ b/homeassistant/components/flux_led/manifest.json @@ -1,7 +1,7 @@ { "domain": "flux_led", "name": "Magic Home", - "codeowners": ["@icemanch", "@bdraco"], + "codeowners": ["@icemanch"], "config_flow": true, "dependencies": ["network"], "dhcp": [ @@ -53,6 +53,5 @@ "documentation": "https://www.home-assistant.io/integrations/flux_led", "iot_class": "local_push", "loggers": ["flux_led"], - "quality_scale": "platinum", "requirements": ["flux-led==1.0.4"] }