From 6bbfd3ea8fdc1e4c98185349c71e9cdac72aa7ea Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Sat, 22 Oct 2016 04:42:54 -0400 Subject: [PATCH] Added the ability to Weather Underground to track severe weather alerts (#981) --- source/_components/sensor.wunderground.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/_components/sensor.wunderground.markdown b/source/_components/sensor.wunderground.markdown index 9370a983dd2..7e2e9aef286 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -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).