diff --git a/CODEOWNERS b/CODEOWNERS index 5ba36fb30c1..012f256f372 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -297,8 +297,8 @@ build.json @home-assistant/supervisor /tests/components/dunehd/ @bieniu /homeassistant/components/duotecno/ @cereal2nd /tests/components/duotecno/ @cereal2nd -/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @Hummel95 @andarotajo -/tests/components/dwd_weather_warnings/ @runningman84 @stephan192 @Hummel95 @andarotajo +/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo +/tests/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo /homeassistant/components/dynalite/ @ziv1234 /tests/components/dynalite/ @ziv1234 /homeassistant/components/eafm/ @Jc2k diff --git a/homeassistant/components/dwd_weather_warnings/manifest.json b/homeassistant/components/dwd_weather_warnings/manifest.json index a383e33eab2..dab3a39c10f 100644 --- a/homeassistant/components/dwd_weather_warnings/manifest.json +++ b/homeassistant/components/dwd_weather_warnings/manifest.json @@ -1,7 +1,7 @@ { "domain": "dwd_weather_warnings", "name": "Deutscher Wetterdienst (DWD) Weather Warnings", - "codeowners": ["@runningman84", "@stephan192", "@Hummel95", "@andarotajo"], + "codeowners": ["@runningman84", "@stephan192", "@andarotajo"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/dwd_weather_warnings", "iot_class": "cloud_polling",