Skip to content

Commit 06d57a0

Browse files
runningman84fabaff
authored andcommitted
Renamed dwdwarnapp to dwd_weather_warnings (home-assistant#3335)
1 parent 4e68ef8 commit 06d57a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/sensor.dwdwarnapp.markdown renamed to source/_components/sensor.dwd_weather_warnings.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: page
3-
title: "DWD Warn Weather"
3+
title: "DWD Weather warnings"
44
description: "Instructions on how to integrate Deutsche Wetter Dienst weather warnings into Home Assistant."
55
date: 2017-07-26 22:00
66
sidebar: true
@@ -13,7 +13,7 @@ ha_release: 0.51
1313
ha_iot_class: "Cloud Polling"
1414
---
1515

16-
The `dwdwarnapp` sensor platform uses the [Deutsche Wetter Dienst (DWD)](http://www.dwd.de) as a source for current and advance warnings.
16+
The `dwd_weather_warnings` sensor platform uses the [Deutsche Wetter Dienst (DWD)](https://www.dwd.de) as a source for current and advance warnings.
1717

1818
- A name is optional but if multiple regions are used a name will be required.
1919
- The sensor checks for new data every 15 minutes.
@@ -23,15 +23,15 @@ To add the DWD WarnApp sensor to your installation, add the following to your `c
2323
```yaml
2424
# Example configuration.yaml entry
2525
sensor:
26-
- platform: dwdwarnapp
26+
- platform: dwd_weather_warnings
2727
region_name: Hansestadt Hamburg
2828
```
2929
3030
To get the region name:
3131
- Find your region here: `https://www.dwd.de/DE/wetter/warnungen_landkreise/warnWetter_node.html?ort=Hamburg`
3232
- Verify if you find any warning for your region here: `https://www.dwd.de/DWD/warnungen/warnapp_landkreise/json/warnings.json?jsonp=loadWarnings`
3333

34-
The warning level is between 0 (no danger) and 4 (warnings of extreme weather):
34+
The warning level is between 0 (no danger) and 4 (extrem weather conditions):
3535
- Warnungen vor extremem Unwetter (Stufe 4)
3636
- Unwetterwarnungen (Stufe 3)
3737
- Warnungen vor markantem Wetter (Stufe 2)

0 commit comments

Comments
 (0)