diff --git a/source/_integrations/dwd_weather_warnings.markdown b/source/_integrations/dwd_weather_warnings.markdown index 4a306024521..e3d39f6b4ec 100644 --- a/source/_integrations/dwd_weather_warnings.markdown +++ b/source/_integrations/dwd_weather_warnings.markdown @@ -68,7 +68,7 @@ monitored_conditions: | ------------ | -------------------------------------- | | `last_update` | *(time)* Time and date (UTC) of last update from DWD. | | `region_name` | *(str)* Requested region name. This should be the same as the region name in the configuration if a name was given. | -| `region_id` | *(int)* Region ID assigned by DWD. This should be the same as the region name in the configuration if an id was given. | +| `region_id` | *(int)* Region ID assigned by DWD. This should be the same as the region id in the configuration if an id was given. | | `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 |