Site updated at 2017-02-12 09:06:41 UTC

This commit is contained in:
Travis CI 2017-02-12 09:06:41 +00:00
parent fd132db57e
commit a23cd3cc40
23 changed files with 37 additions and 38 deletions

View file

@ -100,8 +100,6 @@
<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">openweathermap</span>
<span class="s">api_key</span><span class="pi">:</span> <span class="s">YOUR_API_KEY</span>
<span class="s">latitude</span><span class="pi">:</span> <span class="s">46.1234</span>
<span class="s">longitude</span><span class="pi">:</span> <span class="s">7.1234</span>
</code></pre>
</div>
@ -109,6 +107,7 @@
<ul>
<li><strong>api_key</strong> (<em>Required</em>): Your API key for http://openweathermap.org/.</li>
<li><strong>name</strong> (<em>Optional</em>): Name to use in the frontend.</li>
<li><strong>latitude</strong> (<em>Optional</em>): Latitude of the location to display the weather. Defaults to the latitude in your your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
<li><strong>longitude</strong> (<em>Optional</em>): Longitude of the location to display the weather. Defaults to the longitude in your <code class="highlighter-rouge">configuration.yaml</code> file.</li>
</ul>