From 01a0ffa636f7e60a59d657ed54f499e11ddd6aad Mon Sep 17 00:00:00 2001 From: Chris Reichel <980778+creichel@users.noreply.github.com> Date: Wed, 30 Sep 2020 17:12:06 +0200 Subject: [PATCH] Fix DWD namings (#40791) --- homeassistant/components/dwd_weather_warnings/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/dwd_weather_warnings/manifest.json b/homeassistant/components/dwd_weather_warnings/manifest.json index d034ec3d9df..df4c412cc62 100644 --- a/homeassistant/components/dwd_weather_warnings/manifest.json +++ b/homeassistant/components/dwd_weather_warnings/manifest.json @@ -1,6 +1,6 @@ { "domain": "dwd_weather_warnings", - "name": "Deutsche Wetter Dienst (DWD) Weather Warnings", + "name": "Deutscher Wetterdienst (DWD) Weather Warnings", "documentation": "https://www.home-assistant.io/integrations/dwd_weather_warnings", "codeowners": ["@runningman84", "@stephan192", "@Hummel95"], "requirements": ["dwdwfsapi==1.0.3"]