File tree Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Expand file tree Collapse file tree 1 file changed +43
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : page
3
+ title : " DWD Warn Weather"
4
+ description : " Instructions on how to integrate Deutsche Wetter Dienst weather warnings into Home Assistant."
5
+ date : 2017-07-26 22:00
6
+ sidebar : true
7
+ comments : false
8
+ sharing : true
9
+ footer : true
10
+ # logo: dwdwarnapp.png
11
+ ha_category : Weather
12
+ ha_release : 0.51
13
+ ha_iot_class : " Cloud Polling"
14
+ ---
15
+
16
+ The ` dwdwarnapp ` sensor platform uses the [ Deutsche Wetter Dienst (DWD)] ( http://www.dwd.de ) as a source for current and advance warnings.
17
+
18
+ - A name is optional but if multiple regions are used a name will be required.
19
+ - The sensor checks for new data every 15 minutes.
20
+
21
+ To add the DWD WarnApp sensor to your installation, add the following to your ` configuration.yaml ` file:
22
+
23
+ ``` yaml
24
+ # Example configuration.yaml entry
25
+ sensor :
26
+ - platform : dwdwarnapp
27
+ region_name : Hansestadt Hamburg
28
+ ` ` `
29
+
30
+ To get the region name:
31
+ - Find your region here: ` https://www.dwd.de/DE/wetter/warnungen_landkreise/warnWetter_node.html?ort=Hamburg`
32
+ - Verify if you find any warning for your region here : ` https://www.dwd.de/DWD/warnungen/warnapp_landkreise/json/warnings.json?jsonp=loadWarnings`
33
+
34
+ The warning level is between 0 (no danger) and 4 (warnings of extreme weather) :
35
+ - Warnungen vor extremem Unwetter (Stufe 4)
36
+ - Unwetterwarnungen (Stufe 3)
37
+ - Warnungen vor markantem Wetter (Stufe 2)
38
+ - Wetterwarnungen (Stufe 1)
39
+
40
+ Configuration variables :
41
+
42
+ - **region_name** (*Optional*): The region name string as identified from the DWD website. If not given, defaults to Hansestadt Hamburg.
43
+ - **name** (*Optional*): The name you would like to give to the warnapp sensor.
You can’t perform that action at this time.
0 commit comments