Update binary_sensor.template.markdown (#2233)

Minor clarification and touch ups
This commit is contained in:
David 2017-03-12 01:32:02 +01:00 committed by Fredrik Lindqvist
parent 59e9deece1
commit 45b63cc1b9

View File

@ -11,9 +11,9 @@ ha_category: Binary Sensor
logo: home-assistant.png
---
The `template` platform supports sensors which breaks out the state and `state_attributes` from other entities.
The `template` platform supports sensors which breaks out the `state` and `state_attributes` from other entities. The state of a template binary sensor can only be `on` or `off`.
To enable Template binary sensors in your installation, add the following to your `configuration.yaml` file:
To enable template binary sensors in your installation, add the following to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry