Site updated at 2016-06-08 15:57:57 UTC

This commit is contained in:
Travis CI 2016-06-08 15:57:57 +00:00
parent e1b404ce4f
commit 2b9f32e996
21 changed files with 26 additions and 25 deletions

View file

@ -117,6 +117,7 @@
<li><strong>unit_of_measurement</strong> (<em>Optional</em>): Defines the units of measurement of the sensor, if any.</li>
<li><strong>value_template</strong> (<em>Optional</em>): Defines a <a href="/topics/templating/">template</a> to extract a value from the payload.</li>
<li><strong>warnings</strong> (<em>Optional</em>): Turn off warnings (useful if the sensor is loaded before devices it depends on).</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>