From 16b91fa0e5d37304829a5d7e3e45984ef816d2fe Mon Sep 17 00:00:00 2001 From: Marcelo Moreira de Mello Date: Thu, 27 Oct 2016 01:20:18 -0400 Subject: [PATCH] Updated Weather Underground documentation regarding the @Throttle difference between different monitored_conditions. --- 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 7e2e9aef286..dc672a92cec 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -92,5 +92,7 @@ Configuration variables: - **solarradiation**: Current levels of solar radiation - **alerts**: Current severe weather advisories +All the conditions listed above will be updated each 5 minutes with exception of `alerts` that will be updated each 15 minutes by default. + Additional details about the API are available [here](https://www.wunderground.com/weather/api/d/docs).