Added the ability to Weather Underground to track severe weather alerts (#981)

This commit is contained in:
Marcelo Moreira de Mello 2016-10-22 04:42:54 -04:00 committed by Fabian Affolter
parent ed37abc406
commit 6bbfd3ea8f

View File

@ -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).