From b8d34f0e0950b09c4f5568e11cc3b9b3d025b7b3 Mon Sep 17 00:00:00 2001 From: CV Date: Tue, 8 Jan 2019 20:51:10 +0100 Subject: [PATCH] Additional information for warning types (#8104) Added more details on warning types --- source/_components/sensor.dwd_weather_warnings.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.dwd_weather_warnings.markdown b/source/_components/sensor.dwd_weather_warnings.markdown index 977c4d92f03..0c02d11b3f5 100644 --- a/source/_components/sensor.dwd_weather_warnings.markdown +++ b/source/_components/sensor.dwd_weather_warnings.markdown @@ -59,7 +59,7 @@ name: | `region_id` | Region ID assigned by DWD. | | `warning_count` | *(int)* Number of issued warnings. There can be more than one warning issued at once. | | `warning__level` | *(int)* Issued warning level between 0 and 4.
0 == Keine Warnungen,
1 == Wetterwarnungen,
2 == Warnungen vor markantem Wetter,
3 == Unwetterwarnungen,
4 == Warnungen vor extremem Unwetter | -| `warning__type` | *(int)* Issued warning type.
0 == ?,
1 == Windböen,
2 == ?,
3 == Schneefall,
4 == Nebel,
5 == Frost,
6 == Glätte or Glatteis
Please be aware that the type numbers represent more like a category than an exact number-to-string match. For example Type `6` can mean `GLÄTTE` or `GLATTEIS` or similar. | +| `warning__type` | *(int)* Issued warning type.
0 == Gewitter,
1 == Windböen, Sturmböen
2 == ?
3 == Schneefall
4 == Nebel
5 == Frost
6 == Glätte, Glatteis
Please be aware that the type numbers represent more like a category than an exact number-to-string match. For example Type `6` can mean `GLÄTTE` or `GLATTEIS` or similar. | | `warning__name` | This name correlates with the warning type and indicates it in short as a string. | | `warning__headline` | Official headline the weather warning. | | `warning__start` | Starting time and date of the issued warning. |