Site updated at 2016-10-21 07:01:42 UTC

This commit is contained in:
Travis CI 2016-10-21 07:01:42 +00:00
parent 97f7ebb495
commit ca7898fa67
25 changed files with 41 additions and 41 deletions

View file

@ -103,7 +103,7 @@
<p>Configuration variables:</p>
<ul>
<li><strong>name</strong> (<em>Required</em>): The name you would like to give the light in Home Assistant.</li>
<li><strong>name</strong> (<em>Required</em>): The name you would like to give the light in Home Assistant.</li>
<li><strong>pin</strong> (<em>Required</em>): The number identifying which pin to use.</li>
<li><strong>address</strong> (<em>Optional</em>): The long 64 bit address of the remote ZigBee device whose digital output pin you wouldd like to switch. Do not include this variable if you want to switch the local ZigBee devices pins.</li>
<li><strong>on_state</strong> (<em>Optional</em>): Either <code class="highlighter-rouge">high</code> (default) or <code class="highlighter-rouge">low</code>, depicting whether the digital output pin is pulled <code class="highlighter-rouge">high</code> or <code class="highlighter-rouge">low</code> when the light is turned on.</li>