Site updated at 2017-08-24 06:43:59 UTC

This commit is contained in:
Travis CI 2017-08-24 06:43:59 +00:00
parent 337e2f0247
commit 270647e144
43 changed files with 94 additions and 94 deletions

View file

@ -75,7 +75,7 @@
</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>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>
<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>