From 40423cb099ef2c1cdcb6122bbb317375751726d1 Mon Sep 17 00:00:00 2001 From: bbrendon Date: Mon, 27 Feb 2017 02:29:31 -0800 Subject: [PATCH] the limits of the service are listed wrong. fixed. (#2162) --- source/_components/sensor.wunderground.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/sensor.wunderground.markdown b/source/_components/sensor.wunderground.markdown index 138dbd0166e..143120840cd 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -17,7 +17,7 @@ ha_iot_class: "Cloud Polling" The `wunderground` platform uses [Weather Underground](http://www.wunderground.com) as a source for current weather information.

-Obtain a WUnderground API key [here](https://www.wunderground.com/weather/api). A free account allows 500 requests per day or 10 per minute. +Obtain a WUnderground API key [here](https://www.wunderground.com/weather/api). A free account allows 500 requests per day and also a maximum of 10 per minute. See details [here](https://www.wunderground.com/weather/api/d/pricing.html).

To add Wunderground to your installation, add the following to your `configuration.yaml` file: