Site updated at 2017-12-26 10:13:48 UTC

This commit is contained in:
Travis CI 2017-12-26 10:13:48 +00:00
parent b8355550e9
commit 90ea641382
26 changed files with 71 additions and 65 deletions

View file

@ -80,11 +80,17 @@
<span class="s">tellstick</span><span class="pi">:</span>
</code></pre>
</div>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry for hass.io with TellStick add-on</span>
<span class="s">tellstick</span><span class="pi">:</span>
<span class="s">host</span><span class="pi">:</span> <span class="s">core-tellstick</span>
<span class="s">port</span><span class="pi">:</span> <span class="pi">[</span><span class="nv">50800</span><span class="pi">,</span> <span class="nv">50801</span><span class="pi">]</span>
</code></pre>
</div>
<p>Configuration variables:</p>
<ul>
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Because the tellstick sends its actions via radio and from most receivers its impossible to know if the signal was received or not. Therefore you can configure the switch and light to try to send each signal repeatedly.</li>
<li><strong>host</strong> (<em>Optional</em>): If you run tellstick on a other server or with a hass.io add-on.</li>
<li><strong>port</strong> (<em>Optional</em>): If needed with host config option.</li>
<li><strong>port</strong> (<em>Optional</em>): If needed with host config option. Must be port pair, for example <code class="highlighter-rouge">[50800, 50801]</code>.</li>
</ul>
</article>
</div>