From f431bbb79cf249fff4ae550c2ef1f68930a264aa Mon Sep 17 00:00:00 2001 From: DubhAd Date: Sat, 2 Jun 2018 08:25:39 +0100 Subject: [PATCH] No more free keys (#5475) https://apicommunity.wunderground.com/weatherapi/topics/weather-underground-api-changes They're no longer issuing free keys, and have stated that _for the time being, free keys will continue to work_. --- 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 d86dd629355..bf99f2b9340 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 and also a maximum of 10 per minute. See details [here](https://www.wunderground.com/weather/api/d/pricing.html). +Obtain a WUnderground API key [here](https://www.wunderground.com/weather/api). They no longer offer free API keys, and all keys must be paid for, at this time existing free keys will continue to work, but may be disabled in the future.

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