Added docs for DWD WarnApp Sensor#3062
Conversation
Landrash
left a comment
There was a problem hiding this comment.
Looks good and can be merged when parent PR is merged.
| @@ -0,0 +1,43 @@ | |||
| --- | |||
| layout: page | |||
| title: "DWD WarnApp" | |||
There was a problem hiding this comment.
Why is it called WarnApp?
There was a problem hiding this comment.
Because it uses the same data as the Android / IOS App "DWD WarnWetter". I could rename it to "DWD Warn Weather" if this would fit better?
There was a problem hiding this comment.
I believe that would be preferable.
| - 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` | ||
|
|
||
| The warning level is between 0 (no danger) and 4: |
There was a problem hiding this comment.
The warning level is between 0 (no danger) and 4:
Warnungen vor extremem Unwetter (Stufe 4)
Unwetterwarnungen (Stufe 3)
Warnungen vor markantem Wetter (Stufe 2)
Wetterwarnungen (Stufe 1)
There was a problem hiding this comment.
Sorry I was unclear. Shouldn't 4 be specified in the same way as 0 to be clear.
Like this for example(Excuse the bad translation)
The warning level is between 0 (no danger) and 4(warnings of extreme weather):
- Warnungen vor extremem Unwetter (Stufe 4)
- Unwetterwarnungen (Stufe 3)
- Warnungen vor markantem Wetter (Stufe 2)
- Wetterwarnungen (Stufe 1)
|
@runningman84 I've noticed that the parent PR has been merged. |
As suggested by Landrash
* Added docs for dwdwarnapp * Updated documentation As suggested by Landrash
Description:
Added docs fornew sensor
Pull request in home-assistant (if applicable): home-assistant/core#8657