diff --git a/CODEOWNERS b/CODEOWNERS index ade3415a108..9b34dc9c5e0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -403,8 +403,8 @@ build.json @home-assistant/supervisor /tests/components/duke_energy/ @hunterjm /homeassistant/components/duotecno/ @cereal2nd /tests/components/duotecno/ @cereal2nd -/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo -/tests/components/dwd_weather_warnings/ @runningman84 @stephan192 @andarotajo +/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 +/tests/components/dwd_weather_warnings/ @runningman84 @stephan192 /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 e74ea6fe862..c43f4e1b5be 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", "@andarotajo"], + "codeowners": ["@runningman84", "@stephan192"], "config_flow": true, "documentation": "https://www.home-assistant.io/integrations/dwd_weather_warnings", "integration_type": "service",