Site updated at 2016-06-09 05:10:48 UTC

This commit is contained in:
Travis CI 2016-06-09 05:10:48 +00:00
parent 2b9f32e996
commit 5ac15fb614
62 changed files with 1267 additions and 305 deletions

View file

@ -124,6 +124,7 @@
<li><strong>value_template</strong> (<em>Required</em>): Defines a <a href="/topics/templating/">template</a> to set the state of the switch.</li>
<li><strong>turn_on</strong> (<em>Required</em>): Defines an <a href="/getting-started/automation/">action</a> to run when the switch is turned on.</li>
<li><strong>turn_off</strong> (<em>Required</em>): Defines an <a href="/getting-started/automation/">action</a> to run when the switch is turned off.</li>
<li><strong>entity_id</strong> (<em>Optional</em>): Add a list of entity_ids so the sensor only reacts to state changes of these entities. This will reduce the number of times the sensor will try to update its state.</li>
</ul>
</li>
</ul>