Site updated at 2018-01-15 11:59:29 UTC
This commit is contained in:
parent
bd22e4b200
commit
bf18f14fe7
772 changed files with 16363 additions and 3384 deletions
|
@ -74,11 +74,11 @@
|
|||
</h1>
|
||||
</header>
|
||||
<hr class="divider">
|
||||
<p>The <code class="highlighter-rouge">metoffice</code> weather platform uses the Met Office’s <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 Office’s [DataPoint API][datapoint] for weather data.</p>
|
||||
<p>To add the Met Office weather platform to your installation, you’ll 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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue