Site updated at 2016-07-17 16:29:23 UTC

This commit is contained in:
Travis CI 2016-07-17 16:29:23 +00:00
parent 51b43779b4
commit 5439302171
21 changed files with 30 additions and 30 deletions

View file

@ -89,13 +89,13 @@
<hr class="divider">
<p>The <code>yweather</code> platform uses <a href="http://https://www.yahoo.com/news/weather/">Yahoo Weather</a> as an source for current meteorological data. The <code>forecast</code> will show you the condition for 5 days, 0 is the current day. You can use only <code>weather</code>, <code>temp_min</code>, and <code>temp_max</code> with forecast.</p>
<p>The <code>yweather</code> platform uses <a href="https://www.yahoo.com/news/weather/">Yahoo Weather</a> as an source for current meteorological data. The <code>forecast</code> will show you the condition for 5 days, 0 is the current day. You can use only <code>weather</code>, <code>temp_min</code>, and <code>temp_max</code> with forecast.</p>
<p class="note warning">
Use of the Yahoo Weather API should not exceed reasonable request volume. Access is limited to 2,000 signed calls per day.
</p>
<p>The <code>woeid</code> (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 <a href="http://https://www.yahoo.com/news/weather/">Yahoo Weather</a>. If you dont add a woeid it generate it from Home Assistants latitude and longitude.</p>
<p>The <code>woeid</code> (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 <a href="https://www.yahoo.com/news/weather/">Yahoo Weather</a>. If you dont add a woeid it generate it from Home Assistants latitude and longitude.</p>
<p>To add Yahoo Weather to your installation, add the following to your <code>configuration.yaml</code> file:</p>
@ -149,7 +149,7 @@ Use of the Yahoo Weather API should not exceed reasonable request volume. Access
</li>
</ul>
<p>Details about the API are available in the <a href="http://https://developer.yahoo.com/weather/">Yahoo! EDeveloper Network</a>.</p>
<p>Details about the API are available in the <a href="https://developer.yahoo.com/weather/">Yahoo! EDeveloper Network</a>.</p>
</article>