Site updated at 2016-12-03 21:09:10 UTC
This commit is contained in:
parent
2ca77efe47
commit
503dc45921
478 changed files with 8952 additions and 1761 deletions
|
@ -166,6 +166,22 @@
|
|||
</li>
|
||||
<li><strong>units</strong> (<em>Optional</em>): Specify the unit system. Default to <code class="highlighter-rouge">si</code> or <code class="highlighter-rouge">us</code> based on the temperature preference in Home Assistant. Other options are <code class="highlighter-rouge">auto</code>, <code class="highlighter-rouge">us</code>, <code class="highlighter-rouge">si</code>, <code class="highlighter-rouge">ca</code>, and <code class="highlighter-rouge">uk2</code>.
|
||||
<code class="highlighter-rouge">auto</code> will let forecast.io decide the unit system based on location.</li>
|
||||
<li><strong>update_inverval</strong> (<em>Optional</em>): Minimum time interval between updates. Default is 2 minutes. Supported formats:
|
||||
<ul>
|
||||
<li><code class="highlighter-rouge">update_interval: 'HH:MM:SS'</code></li>
|
||||
<li><code class="highlighter-rouge">update_interval: 'HH:MM'</code></li>
|
||||
<li>Time period dictionary, e.g.:
|
||||
<pre>update_interval:
|
||||
# At least one of these must be specified:
|
||||
days: 0
|
||||
hours: 0
|
||||
minutes: 3
|
||||
seconds: 30
|
||||
milliseconds: 0
|
||||
</pre>
|
||||
</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p class="note warning">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue