Site updated at 2017-11-15 22:44:41 UTC

This commit is contained in:
Travis CI 2017-11-15 22:44:42 +00:00
parent 42f8c0dd23
commit f483e8e1b8
31 changed files with 139 additions and 92 deletions

View file

@ -82,10 +82,16 @@
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">iss</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>show_on_map</strong> (<em>Optional</em>): Option to show the position of the ISS on the map. Defaults to <code class="highlighter-rouge">False</code>.</li>
</ul>
<div class="config-vars">
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
<dl class="">
<dt><a class="title-link" name="show_on_map" href="#show_on_map"></a> show_on_map</dt>
<dd>
<p class="desc"><span class="type">(<span class="string">string</span>)</span><span class="required">(Optionsl)</span><span class="description">Option to show the position of the ISS on the map.</span></p>
<p class="default">Default value: false</p>
</dd>
</dl>
</div>
<p class="note warning">
If you set <code class="highlighter-rouge">show_on_map</code> <code class="highlighter-rouge">True</code> then the location attributes are named <code class="highlighter-rouge">latitude</code> and <code class="highlighter-rouge">longitude</code>. The default name of the location attributes is <code class="highlighter-rouge">lat</code> and <code class="highlighter-rouge">long</code> to avoid showing them on the map.
</p>