From 51ef26b6ba666afa939b55f1a364b61e5a8bfd3b Mon Sep 17 00:00:00 2001 From: Glenn Morrison Date: Sun, 14 Oct 2018 02:02:27 -0500 Subject: [PATCH] Grammar correction (#6782) Improper grammar in opening sentence of description --- source/_components/binary_sensor.template.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.template.markdown b/source/_components/binary_sensor.template.markdown index d2365b7638c..bf0b6d75594 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -14,7 +14,7 @@ logo: home-assistant.png ha_qa_scale: internal --- -The `template` platform supports sensors which breaks out the `state` and +The `template` platform supports sensors which break out the `state` and `state_attributes` from other entities. The state of a Template Binary Sensor can only be `on` or `off`.