Update binary_sensor.template.markdown (#444)

* Update binary_sensor.template.markdown

* Update binary_sensor.template.markdown
This commit is contained in:
Daniel Høyer Iversen 2016-05-05 09:56:38 +02:00 committed by Fabian Affolter
parent 3cd5c43e56
commit 518bc33db9

View File

@ -28,10 +28,9 @@ Configuration variables:
- **sensors** array (*Required*): List of your sensors.
- **friendly_name** (*Optional*): Name to use in the Frontend.
- **sensor_class** (*Optional*): Defines the class of the sensor (motion, heat, moisture, etc)
- **sensor_class** (*Optional*): The [type/class](/components/binary_sensor/) of the sensor to set the icon in the frontend.
- **value_template** (*Optional*): Defines a [template](/topics/templating/) to extract a value from the payload.
## {% linkable_title Examples %}
In this section you find some real life examples of how to use this sensor.