Fix indent

This commit is contained in:
Fabian Affolter 2016-07-14 09:58:33 +02:00
parent 117966df4c
commit 11adc83465
No known key found for this signature in database
GPG Key ID: DDF3D6F44AAB1336

View File

@ -12,7 +12,7 @@ ha_category: Binary Sensor
The `template` platform supports sensors which breaks out the state and `state_attributes` from other entities.
To enable Template 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
@ -51,7 +51,6 @@ sensor:
sensor_class: heat
```
### {% linkable_title Switch as sensor %}
Some movement sensors and door/window sensors will apear as a switch. By using a template binary sensor, the switch can be displayed as a binary sensors. The original switch can then be hidden by [customizing.](/getting-started/customizing-devices/)