Site updated at 2016-10-08 18:28:01 UTC
This commit is contained in:
parent
c33649c7ed
commit
85df6d11f5
522 changed files with 7493 additions and 3477 deletions
|
@ -94,7 +94,8 @@
|
|||
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub</a>.
|
||||
The easiest way to find your switches is to add this to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">switch</span><span class="pi">:</span>
|
||||
<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">rfxtrx</span>
|
||||
<span class="s">automatic_add</span><span class="pi">:</span> <span class="s">True</span>
|
||||
</code></pre>
|
||||
|
@ -110,7 +111,8 @@ Push your remote and your device should be added:</p>
|
|||
<p>Here the name is <code class="highlighter-rouge">0b11000102ef9f210010f70</code> and you can verify that it works from the frontend.
|
||||
Then you should update your configuration to:</p>
|
||||
|
||||
<div class="language-yaml highlighter-rouge"><pre class="highlight"><code><span class="s">switch</span><span class="pi">:</span>
|
||||
<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">rfxtrx</span>
|
||||
<span class="s">devices</span><span class="pi">:</span>
|
||||
<span class="s">0b11000102ef9f210010f70</span><span class="pi">:</span>
|
||||
|
@ -191,6 +193,9 @@ Then you should update your configuration to:</p>
|
|||
<div class='section'>
|
||||
<h1 class="title delta">Category Switch</h1>
|
||||
<ul class='divided'>
|
||||
<li>
|
||||
<a href='/components/switch.anel_pwrctrl/'>ANEL PwrCtrl Switch</a>
|
||||
</li>
|
||||
<li>
|
||||
<a href='/components/switch.acer_projector/'>Acer Projector Switch</a>
|
||||
</li>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue