Site updated at 2016-05-05 07:58:34 UTC

This commit is contained in:
Travis CI 2016-05-05 07:58:35 +00:00
parent e579f11a04
commit e37d817ff8
17 changed files with 20 additions and 20 deletions

View file

@ -111,7 +111,7 @@
<li><strong>sensors</strong> array (<em>Required</em>): List of your sensors.
<ul>
<li><strong>friendly_name</strong> (<em>Optional</em>): Name to use in the Frontend.</li>
<li><strong>sensor_class</strong> (<em>Optional</em>): Defines the class of the sensor (motion, heat, moisture, etc)</li>
<li><strong>sensor_class</strong> (<em>Optional</em>): The <a href="/components/binary_sensor/">type/class</a> of the sensor to set the icon in the frontend.</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>
</ul>
</li>