Drop codeowner for Magic Home/flux_led (#100557)

This commit is contained in:
J. Nick Koston
2023-09-18 10:08:38 -05:00
committed by GitHub
parent adf34bdf8b
commit 49d742ce31
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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"]
}