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

@ -91,24 +91,23 @@
<p>The <code class="highlighter-rouge">rfxtrx</code> platform support lights that communicate in the frequency range of 433.92 MHz.</p>
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub</a>.
The easiest way to find your lights is to add this to your <code class="highlighter-rouge">configuration.yaml</code>:</p>
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub</a>.</p>
<p>The easiest way to find your lights 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">light</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>
<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>
</div>
<p>Launch your homeassistant and go the website.
Push your remote and your device should be added:</p>
<p>Launch your Home Assistant and go the website. Push your remote and your device should be added:</p>
<p class="img">
<img src="/images/components/rfxtrx/switch.png" />
</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>
<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">light</span><span class="pi">:</span>
<span class="s">platform</span><span class="pi">:</span> <span class="s">rfxtrx</span>
@ -136,7 +135,7 @@ Then you should update your configuration to:</p>
<ul>
<li><strong>devices</strong> (<em>Required</em>): A list of devices with their name to use in the frontend.</li>
<li><strong>automatic_add</strong> (<em>Optional</em>): To enable the automatic addition of new lights.</li>
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Because the rxftrx device 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 to try to send each signal repeatedly.</li>
<li><strong>signal_repetitions</strong> (<em>Optional</em>): Because the RFXtrx device 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 to try to send each signal repeatedly.</li>
<li><strong>fire_event</strong> (<em>Optional</em>): Fires an event even if the state is the same as before. Can be used for automations.</li>
</ul>