From f265c43a63596017892abcf24ee01b655f507073 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 8 Jul 2016 18:13:22 +0200 Subject: [PATCH] Minor fixes --- source/_components/sensor.yweather.markdown | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/source/_components/sensor.yweather.markdown b/source/_components/sensor.yweather.markdown index 56ffcb8974e..5a070f4e76d 100644 --- a/source/_components/sensor.yweather.markdown +++ b/source/_components/sensor.yweather.markdown @@ -1,7 +1,7 @@ --- layout: page -title: "Yahoo! weather" -description: "Instructions how to integrate yweather within Home Assistant." +title: "Yahoo Weather" +description: "Instructions how to integrate Yahoo Weather within Home Assistant." date: 2016-07-06 9:06 sidebar: true comments: false @@ -9,17 +9,19 @@ sharing: true footer: true logo: yahooweather.png ha_category: Weather -ha_release: pre 0.23 +ha_release: 0.24 --- -The `yweather` platform uses [Yahoo! weather](http://https://www.yahoo.com/news/weather/) as an source for current meteorological datan. The `forecast` will show you the condition for 5 days, 0 is the current day. You can use only 'weather', 'temp_min' and 'temp_max' with forecast. +The `yweather` platform uses [Yahoo Weather](http://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. You can use only `weather`, `temp_min`, and `temp_max` with forecast. -Rate Limits: Use of the Yahoo Weather API should not exceed reasonable request volume. Access is limited to 2,000 signed calls per day. +

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

-The `woeid` (Where On Earth ID) for your location, as shown in the example below. You can find your woeid by copying the numeric digits at the end of the URL for your location at [Yahoo! weather](http://https://www.yahoo.com/news/weather/). If you don't add a woeid it generate it from Home-Assistant latitude and longitude. +The `woeid` (Where On Earth ID) for your location, as shown in the example below. You can find your woeid by copying the numeric digits at the end of the URL for your location at [Yahoo Weather](http://https://www.yahoo.com/news/weather/). If you don't add a woeid it generate it from Home Assistant's latitude and longitude. -To add Yahoo! weather to your installation, add the following to your `configuration.yaml` file: +To add Yahoo Weather to your installation, add the following to your `configuration.yaml` file: ```yaml # Example configuration.yaml entry @@ -47,7 +49,6 @@ sensor: - weather - temp_min - temp_max - ``` Configuration variables: @@ -65,4 +66,4 @@ Configuration variables: - **pressure**: The sea-level air pressure in millibars. - **visibility**: The average visibility. -Details about the API are available in the [Yahoo! developer](http://https://developer.yahoo.com/weather/). +Details about the API are available in the [Yahoo! EDeveloper Network](http://https://developer.yahoo.com/weather/).