From 1fbc63c7fb2b7c21f4fecd2d382d34f38587ce2f Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 2 Jan 2019 19:05:46 +0000 Subject: [PATCH] Fixing missing `binary_` (#8022) One of the sensor templates was a sensor template, not a binary_sensor template --- 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 a69deb7940a..5fe812ac1e4 100644 --- a/source/_components/binary_sensor.template.markdown +++ b/source/_components/binary_sensor.template.markdown @@ -115,7 +115,7 @@ determine if the furnace is running by checking that it is over some threshold: {% raw %} ```yaml -sensor: +binary_sensor: - platform: template sensors: furnace_on: