-
-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Added docs for DWD WarnApp Sensor #3062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it called WarnApp?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
4 is what?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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