Site updated at 2017-08-01 18:40:17 UTC
This commit is contained in:
parent
9eb60eeaf1
commit
cb696f9584
29 changed files with 62 additions and 53 deletions
|
@ -388,6 +388,15 @@ temporary target temperature. The particular modes available depend on the clima
|
|||
<span class="s">swing_mode</span><span class="pi">:</span> <span class="s">1</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<h4><a class="title-link" name="customization" href="#customization"></a> Customization</h4>
|
||||
<p>The step for the setpoint can be adjusted (default to 0,5 increments) by adding the following line into configuration</p>
|
||||
<p>’'’yaml
|
||||
customize:</p>
|
||||
<ul>
|
||||
<li>entity_id
|
||||
target_temp_step: 1
|
||||
‘’’</li>
|
||||
</ul>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
|
@ -132,7 +132,7 @@ stop you’re interested in</li>
|
|||
<li>Tick the ‘map data’ layer, and wait for clickable objects to load</li>
|
||||
<li>Click the bus stop node to reveal its tags on the left</li>
|
||||
</ol>
|
||||
<p>The <code class="highlighter-rouge">destination</code> must be a valid location returned by the transportAPI query. Valid destinations can be checked by performing a GET query to <code class="highlighter-rouge">/uk/bus/stop/{atcocode}/live.json</code> in the <a href="https://developer.transportapi.com/docs?raml=https://transportapi.com/v3/raml/transportapi.raml##bus_information">API reference webpage</a>. A bus sensor is added in the following <code class="highlighter-rouge">configuration.yaml</code> file entry:</p>
|
||||
<p>The <code class="highlighter-rouge">destination</code> must be a valid location in the “direction” field returned by a GET query to <code class="highlighter-rouge">/uk/bus/stop/{atcocode}/live.json</code> as described in the <a href="https://developer.transportapi.com/docs?raml=https://transportapi.com/v3/raml/transportapi.raml##bus_information">API reference webpage</a>. A bus sensor is added in the following <code class="highlighter-rouge">configuration.yaml</code> file entry:</p>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry for multiple sensors</span>
|
||||
<span class="s">sensor</span><span class="pi">:</span>
|
||||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">uk_transport</span>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue