- DWD Warn Weather + DWD Weather warnings
-
The dwdwarnapp
sensor platform uses the Deutsche Wetter Dienst (DWD) as a source for current and advance warnings.
The dwd_weather_warnings
sensor platform uses the Deutsche Wetter Dienst (DWD) as a source for current and advance warnings.
- A name is optional but if multiple regions are used a name will be required.
- The sensor checks for new data every 15 minutes. @@ -82,7 +82,7 @@
- Find your region here:
https://www.dwd.de/DE/wetter/warnungen_landkreise/warnWetter_node.html?ort=Hamburg
- Verify if you find any warning for your region here:
https://www.dwd.de/DWD/warnungen/warnapp_landkreise/json/warnings.json?jsonp=loadWarnings
To add the DWD WarnApp sensor to your installation, add the following to your configuration.yaml
file:
# Example configuration.yaml entry
sensor:
- - platform: dwdwarnapp
+ - platform: dwd_weather_warnings
region_name: Hansestadt Hamburg
The warning level is between 0 (no danger) and 4 (warnings of extreme weather):
+The warning level is between 0 (no danger) and 4 (extrem weather conditions):
- Warnungen vor extremem Unwetter (Stufe 4)
- Unwetterwarnungen (Stufe 3) @@ -108,7 +108,7 @@