Site updated at 2017-07-02 00:58:35 UTC

This commit is contained in:
Travis CI 2017-07-02 00:58:35 +00:00
parent af9e56ffa0
commit 00a0f63427
651 changed files with 11395 additions and 2155 deletions

View file

@ -90,6 +90,7 @@
<li><strong>api_key</strong> (<em>Required</em>): Your API key for http://openweathermap.org/.</li>
<li><strong>name</strong> (<em>Optional</em>): Additional name for the sensors. Default to platform name.</li>
<li><strong>forecast</strong> (<em>Optional</em>): Enables the forecast. The default is to display the current conditions.</li>
<li><strong>language</strong> (<em>Optional</em>): The language in which you want text results to be returned. Its a two-characters string, eg. <code class="highlighter-rouge">en</code>, <code class="highlighter-rouge">es</code>, <code class="highlighter-rouge">ru</code>, <code class="highlighter-rouge">it</code>, etc. Defaults to English.</li>
<li><strong>monitored_conditions</strong> array (<em>Required</em>): Conditions to display in the frontend.
<ul>
<li><strong>weather</strong>: A human-readable text summary.</li>