diff --git a/source/_integrations/dwd_weather_warnings.markdown b/source/_integrations/dwd_weather_warnings.markdown index abd7de9fbec..b68c4baea30 100644 --- a/source/_integrations/dwd_weather_warnings.markdown +++ b/source/_integrations/dwd_weather_warnings.markdown @@ -33,7 +33,7 @@ sensor:
- The `region_name` can either be a so called `warncell id` (integer) or a `warncell name` (string). It is heavily advised to use `warncell id` because `warncell name` is not unique in some cases. -A list of valid warncell ids and names can be found at https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_warncellids_csv.html. +A list of valid warncell ids and names can be found at [here](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/cap_warncellids_csv.html). - Some of the warncells are outdated but still listed. If setup fails search the list for a similar sounding warncell. - If you selected a `warncell name` and the name is not unique `" (not unique used ID)!"` will be added to the reported `region_name`. @@ -71,14 +71,14 @@ monitored_conditions: | `warning_count` | *(int)* Number of issued warnings. There can be more than one warning issued at once. | | `warning_` | *(list)* The warning as a whole object containing the following attributes as nested attributes. | | `warning__level` | *(int)* Issued warning level (0 - 4).
0: Keine Warnungen
1: Wetterwarnungen
2: Warnungen vor markantem Wetter
3: Unwetterwarnungen
4: Warnungen vor extremem Unwetter | -| `warning__type` | *(int)* Issued warning type.
More information can be found at https://www.dwd.de/DE/leistungen/opendata/help/warnungen/neu_cap_dwd_profile_changes_de_pdf.pdf | +| `warning__type` | *(int)* Issued warning type.
More information can be found [here](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/warning_codes_pdf.pdf?__blob=publicationFile&v=5). | | `warning__name` | *(str)* Warning name correlates with the warning type and represents it as a short string. | | `warning__headline` | *(str)* Official headline of the weather warning. | | `warning__start` | *(time)* Starting time and date (UTC) of the issued warning. | | `warning__end` | *(time)* Ending time and date (UTC) of the issued warning. | | `warning__description` | *(str)* Details for the issued warning. | | `warning__instruction` | *(str)* The DWD sometimes provides helpful information about precautions to take for the issued warning. | -| `warning__parameters` | *(list)* A list of additional warning parameters.
More information can be found at https://www.dwd.de/DE/leistungen/opendata/help/warnungen/neu_cap_dwd_profile_changes_de_pdf.pdf | +| `warning__parameters` | *(list)* A list of additional warning parameters.
More information can be found [here](https://www.dwd.de/DE/leistungen/opendata/help/warnungen/warning_codes_pdf.pdf?__blob=publicationFile&v=5). | | `warning__color` | *(str)* The DWD color of the warning encoded as `#rrggbb`. |