Site updated at 2018-01-15 11:59:29 UTC

This commit is contained in:
Travis CI 2018-01-15 11:59:30 +00:00
parent bd22e4b200
commit bf18f14fe7
772 changed files with 16363 additions and 3384 deletions

View file

@ -74,11 +74,11 @@
</h1>
</header>
<hr class="divider">
<p>The <code class="highlighter-rouge">metoffice</code> weather platform uses the Met Offices <a href="http://www.metoffice.gov.uk/datapoint">DataPoint API</a> for weather data.</p>
<p>The <code class="highlighter-rouge">metoffice</code> weather platform uses the Met Offices [DataPoint API][datapoint] for weather data.</p>
<p>To add the Met Office weather platform to your installation, youll need to register for a free API key at the link above and then add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">weather</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">metoffice</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s2">"</span><span class="s">my-api-key"</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
</code></pre>
</div>
<p>Configuration variables:</p>
@ -139,7 +139,10 @@ The weather platform is easier to configure but less customizable.
<a href='/components/sensor.dwd_weather_warnings/'>DWD Weather warnings</a>
</li>
<li>
<a href='/components/sensor.darksky/'>Dark Sky</a>
<a href='/components/weather.darksky/'>Dark Sky</a>
</li>
<li>
<a href='/components/sensor.darksky/'>Dark Sky Sensor</a>
</li>
<li>
<a href='/components/weather.ecobee/'>Ecobee Weather</a>