From ce2afd85d4e545ae034d8ce3de14af6bcaee910c Mon Sep 17 00:00:00 2001 From: andarotajo <55669170+andarotajo@users.noreply.github.com> Date: Mon, 23 Feb 2026 06:54:59 +0100 Subject: [PATCH] Remove myself as code owner from dwd_weather_warnings (#163810) --- CODEOWNERS | 4 ++-- homeassistant/components/dwd_weather_warnings/manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",