From 8942ae9ba90b7326b505242a2e5c709945a36d86 Mon Sep 17 00:00:00 2001 From: Boyi C Date: Mon, 24 Jul 2017 18:18:38 +0800 Subject: [PATCH 1/2] Update docs for yahoo weather --- source/_components/weather.yweather.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/weather.yweather.markdown b/source/_components/weather.yweather.markdown index 3d38b2fbe89d..00d82a9d7f60 100644 --- a/source/_components/weather.yweather.markdown +++ b/source/_components/weather.yweather.markdown @@ -13,7 +13,7 @@ ha_release: 0.47 --- -The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as an source for current meteorological data. The `forecast` will show you the condition for 5 days, 0 is the current day. +The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as an source for current meteorological data. The `forecast` will show you the condition and tempratures for max 10 days.

Use of the Yahoo Weather API should not exceed reasonable request volume. Access is limited to 2000 signed calls per day. @@ -32,7 +32,7 @@ weather: Configuration variables: - **woeid** (*Optional*): See above. -- **forecast** (*Optional*): Day of forecast. The default is the current day to display conditions. +- **forecast** (*Optional*): Days of forecast. The default is 5 days. - **name** (*Optional*): The name of the sensor. To easily recognize each sensor when adding more than one Yahoo weather sensor, it is recommended to use the name option. Defaults to `Yweather`. From 032e78e028453ce1617e4b7f051f14dc13fd8984 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 26 Jul 2017 18:25:58 +0200 Subject: [PATCH 2/2] Add period --- source/_components/weather.yweather.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/weather.yweather.markdown b/source/_components/weather.yweather.markdown index 00d82a9d7f60..1f2f37f6cf97 100644 --- a/source/_components/weather.yweather.markdown +++ b/source/_components/weather.yweather.markdown @@ -13,7 +13,7 @@ ha_release: 0.47 --- -The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as an source for current meteorological data. The `forecast` will show you the condition and tempratures for max 10 days. +The `yweather` platform uses [Yahoo Weather](https://www.yahoo.com/news/weather/) as an source for current meteorological data. The `forecast` will show you the condition and tempratures for max. 10 days.

Use of the Yahoo Weather API should not exceed reasonable request volume. Access is limited to 2000 signed calls per day.