Site updated at 2017-10-21 11:51:13 UTC

This commit is contained in:
Travis CI 2017-10-21 11:51:13 +00:00
parent 53a9d94f54
commit c080ea695f
26 changed files with 65 additions and 65 deletions

View file

@ -100,7 +100,7 @@
<li><strong>command_on</strong> (<em>Required</em>): Command to turn device on.</li>
<li><strong>command_off</strong> (<em>Required</em>): Command to turn device off.</li>
<li><strong>command_state</strong> (<em>Required</em>): Command to determine the state of the switch. If not defined the switch will assume successful state changes.</li>
<li><strong>value_template</strong> (<em>Required</em>): The template evaluating to <code class="highlighter-rouge">true</code> will indicate the switch is on.</li>
<li><strong>value_template</strong> (<em>Required</em>): The template evaluating to <code class="highlighter-rouge">true</code> will indicate that the switch is on.</li>
<li><strong>name</strong> (<em>Optional</em>): The name used to display the switch in the frontend.</li>
</ul>
</li>