From 45b63cc1b9c496327997b8834764d143bdc446d5 Mon Sep 17 00:00:00 2001 From: David Date: Sun, 12 Mar 2017 01:32:02 +0100 Subject: [PATCH] Update binary_sensor.template.markdown (#2233) Minor clarification and touch ups --- source/_components/binary_sensor.template.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index 87b6310c10f..15129c4ae28 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -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