Added the ability to Weather Underground to track severe weather alerts (#981)
This commit is contained in:
parent
ed37abc406
commit
6bbfd3ea8f
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ sensor:
|
|||
- precip_today_metric
|
||||
- precip_today_string
|
||||
- solarradiation
|
||||
- alerts
|
||||
|
||||
```
|
||||
|
||||
|
@ -89,6 +90,7 @@ Configuration variables:
|
|||
- **precip_today_metric**: Total precipitation in metric units
|
||||
- **precip_today_string**: Text summary of precipitation today
|
||||
- **solarradiation**: Current levels of solar radiation
|
||||
- **alerts**: Current severe weather advisories
|
||||
|
||||
Additional details about the API are available [here](https://www.wunderground.com/weather/api/d/docs).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue