Site updated at 2016-05-07 20:05:09 UTC

This commit is contained in:
Travis CI 2016-05-07 20:05:09 +00:00
parent 734e3c6515
commit 890a79eba3
300 changed files with 7312 additions and 1175 deletions

View file

@ -91,23 +91,46 @@
<p>The <code>rfxtrx</code> platform support lights that communicate in the frequency range of 433.92 MHz.</p>
<p>To enable RFXtrx lights in your installation, add the following to your <code>configuration.yaml</code> file:</p>
<p>First you have to set up your <a href="/components/rfxtrx/">rfxtrx hub.</a><br />
The easiest way to find your lights is to add this to your <code>configuration.yaml</code>:</p>
<div class="highlighter-coderay"><div class="CodeRay">
<div class="code"><pre><span class="comment"># Example configuration.yaml entry</span>
<span class="key">light</span>:
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
<span class="key">signal_repetitions</span>: <span class="string"><span class="content">3</span></span>
<span class="key">devices</span>:
<span class="key">living_room</span>:
<span class="key">name</span>: <span class="string"><span class="content">Living Room</span></span>
<span class="key">packetid</span>: <span class="string"><span class="content">XXXXX</span></span>
<span class="key">fire_event</span>: <span class="string"><span class="content">True</span></span>
<span class="key">automatic_add</span>: <span class="string"><span class="content">True</span></span>
<div class="code"><pre><span class="key">light</span>:
<span class="key">platform</span>: <span class="string"><span class="content">rfxtrx</span></span>
<span class="key">automatic_add</span>: <span class="string"><span class="content">True</span></span>
</pre></div>
</div>
</div>
<p>Launch your homeassistant and go the website.<br />
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 0b11000102ef9f210010f70 and you can verify that it works from the frontend. <br />
Then you should update your configuration to:<br />
<code>yaml
light:
platform: rfxtrx
devices:
0b11000102ef9f210010f70:
name: device_name
</code></p>
<p>Example configuration:<br />
<code>yaml
# Example configuration.yaml entry
light:
platform: rfxtrx
devices:
0b11000f10e9e5660b010f70:
name: Light1
0b1100100f29e5660c010f70:
name: Light_TV
</code></p>
<p>Configuration variables:</p>
<ul>