mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-09 18:36:51 +00:00
Update listing
This commit is contained in:
parent
b8d34f0e09
commit
8f4dfd7600
@ -18,6 +18,8 @@ The `dwd_weather_warnings` sensor platform uses the [Deutsche Wetter Dienst (DWD
|
||||
- A name is optional but if multiple regions are used a name will be required.
|
||||
- The sensor checks for new data every 15 minutes.
|
||||
|
||||
## {% linkable_title Configuration %}
|
||||
|
||||
To add the DWD WarnApp sensor to your installation, add the following to your `configuration.yaml` file:
|
||||
|
||||
```yaml
|
||||
@ -58,8 +60,8 @@ name:
|
||||
| `region_state` | State (Bundesland) in abriviated form the requested region is located, eg. "HE" for "Hessen". |
|
||||
| `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_<x>_level` | *(int)* Issued warning level between 0 and 4. <br/>0 == Keine Warnungen, <br/>1 == Wetterwarnungen, <br/>2 == Warnungen vor markantem Wetter, <br/>3 == Unwetterwarnungen, <br/>4 == Warnungen vor extremem Unwetter |
|
||||
| `warning_<x>_type` | *(int)* Issued warning type. <br/>0 == Gewitter, <br/>1 == Windböen, Sturmböen <br/>2 == ? <br/>3 == Schneefall <br/>4 == Nebel<br/>5 == Frost <br/>6 == Glätte, Glatteis<br/>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_<x>_level` | *(int)* Issued warning level between 0 and 4. <br/>0: Keine Warnungen <br/>1: Wetterwarnungen <br/>2: Warnungen vor markantem Wetter<br/>3: Unwetterwarnungen<br/>4: Warnungen vor extremem Unwetter |
|
||||
| `warning_<x>_type` | *(int)* Issued warning type. <br/>0: Gewitter<br/>1: Windböen, Sturmböen<br/>2: ?<br/>3: Schneefall<br/>4: Nebel<br/>5: Frost <br/>6: Glätte, Glatteis<br/>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_<x>_name` | This name correlates with the warning type and indicates it in short as a string. |
|
||||
| `warning_<x>_headline` | Official headline the weather warning. |
|
||||
| `warning_<x>_start` | Starting time and date of the issued warning. |
|
||||
|
Loading…
x
Reference in New Issue
Block a user