From 7ed4ba1cf0265a6a3f02cc85b8be73f90e130ef9 Mon Sep 17 00:00:00 2001 From: Landrash Date: Fri, 19 Aug 2016 06:47:37 +0200 Subject: [PATCH] Fixed typo in wunderground documentation. - Removed extra .com --- 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 862e44f86b92..3a793c1821d4 100644 --- a/source/_components/sensor.wunderground.markdown +++ b/source/_components/sensor.wunderground.markdown @@ -13,7 +13,7 @@ ha_release: 0.27 --- -The `wunderground` platform uses [Weather Underground](http://www.wunderground.com.com) as an source for current weather information. +The `wunderground` platform uses [Weather Underground](http://www.wunderground.com) as an source for current weather information.

Obtain Wunderground API [here](https://www.wunderground.com/weather/api). Free account allows 500 requests per day or 10 per minute.