Site updated at 2016-08-22 08:21:42 UTC
This commit is contained in:
parent
f9d65cbe57
commit
4acb07bf8e
559 changed files with 18878 additions and 21688 deletions
|
@ -89,16 +89,14 @@
|
|||
<hr class="divider">
|
||||
|
||||
|
||||
<p>This <code>tellstick</code> switch platform allows you to control <a href="http://www.telldus.se/products/tellstick">TellStick</a> devices.</p>
|
||||
<p>This <code class="highlighter-rouge">tellstick</code> switch platform allows you to control <a href="http://www.telldus.se/products/tellstick">TellStick</a> devices.</p>
|
||||
|
||||
<p>To use your TellStick device, you first have to set up your <a href="https://home-assistant.io/components/tellstick/">Tellstick hub</a> and then add the following to your <code>configuration.yaml</code> file:</p>
|
||||
<p>To use your TellStick device, you first have to set up your <a href="https://home-assistant.io/components/tellstick/">Tellstick hub</a> and then add the following to your <code class="highlighter-rouge">configuration.yaml</code> file:</p>
|
||||
|
||||
<div class="highlighter-coderay"><div class="CodeRay">
|
||||
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
|
||||
<span class="key">switch</span>:
|
||||
<span class="key">platform</span>: <span class="string"><span class="content">tellstick</span></span>
|
||||
</pre></div>
|
||||
</div>
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="c1"># Example configuration.yaml entry</span>
|
||||
<span class="s">switch</span><span class="pi">:</span>
|
||||
<span class="s">platform</span><span class="pi">:</span> <span class="s">tellstick</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue