Site updated at 2016-10-08 18:28:01 UTC

This commit is contained in:
Travis CI 2016-10-08 18:28:02 +00:00
parent c33649c7ed
commit 85df6d11f5
522 changed files with 7493 additions and 3477 deletions

View file

@ -89,20 +89,19 @@
<hr class="divider">
<p>The <code class="highlighter-rouge">tellstick</code> component integrates <a href="http://www.telldus.se/products/tellstick">TellStick</a> devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 Mhz. There are a number of vendors (Capidi Elro, Intertechno, Nexa, Proove, Sartano, and Viking) who are selling products that work with TellStick. For more details, please check the TellStick <a href="http://telldus.se/products/compability">compatibility list</a>.</p>
<p>The <code class="highlighter-rouge">tellstick</code> component integrates <a href="http://www.telldus.se/products/tellstick">TellStick</a> devices into Home Assistant. This integration allows users to add switches, lights, and sensors which are communicating with 433 Mhz. There are a number of vendors (Capidi Elro, Intertechno, Nexa, Proove, Sartano, and Viking) who are selling products that work with TellStick. For more details, please check the TellStick <a href="http://developer.telldus.com/wiki/TellStick_conf">protocol list</a>.</p>
<p>To get started, add the devices to your <code class="highlighter-rouge">configuration.yaml</code> file.</p>
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
<span class="s">tellstick</span><span class="pi">:</span>
<span class="s">signal_repetitions</span><span class="pi">:</span> <span class="s">X</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>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>
</ul>
@ -148,6 +147,9 @@
<li>
<a href='/components/bloomsky/'>BloomSky</a>
</li>
<li>
<a href='/components/digital_ocean/'>Digital Ocean</a>
</li>
<li>
<a href='/components/emulated_hue/'>Emulated Hue Bridge</a>
</li>