diff --git a/CODEOWNERS b/CODEOWNERS index e97b10783d6..97ff29e33c4 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -281,7 +281,7 @@ build.json @home-assistant/supervisor /tests/components/dsmr_reader/ @depl0y @glodenox /homeassistant/components/dunehd/ @bieniu /tests/components/dunehd/ @bieniu -/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @Hummel95 +/homeassistant/components/dwd_weather_warnings/ @runningman84 @stephan192 @Hummel95 @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 a76b8eeee8d..2a22d5f8fb2 100644 --- a/homeassistant/components/dwd_weather_warnings/manifest.json +++ b/homeassistant/components/dwd_weather_warnings/manifest.json @@ -1,9 +1,9 @@ { "domain": "dwd_weather_warnings", "name": "Deutscher Wetterdienst (DWD) Weather Warnings", - "codeowners": ["@runningman84", "@stephan192", "@Hummel95"], + "codeowners": ["@runningman84", "@stephan192", "@Hummel95", "@andarotajo"], "documentation": "https://www.home-assistant.io/integrations/dwd_weather_warnings", "iot_class": "cloud_polling", "loggers": ["dwdwfsapi"], - "requirements": ["dwdwfsapi==1.0.5"] + "requirements": ["dwdwfsapi==1.0.6"] } diff --git a/requirements_all.txt b/requirements_all.txt index 82d31f7f41a..087f6a22275 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -613,7 +613,7 @@ dovado==0.4.1 dsmr_parser==0.33 # homeassistant.components.dwd_weather_warnings -dwdwfsapi==1.0.5 +dwdwfsapi==1.0.6 # homeassistant.components.dweet dweepy==0.3.0