From 0dbdfaafdbe571084e815c62048277f99b0c4b50 Mon Sep 17 00:00:00 2001 From: Marc Plano-Lesay Date: Tue, 6 Dec 2016 20:55:09 +0100 Subject: [PATCH] Fix binary_sensor.threshold sample (#1550) --- source/_components/binary_sensor.threshold.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/binary_sensor.threshold.markdown b/source/_components/binary_sensor.threshold.markdown index 2279827a9fb..025b2f2c064 100644 --- a/source/_components/binary_sensor.threshold.markdown +++ b/source/_components/binary_sensor.threshold.markdown @@ -26,7 +26,7 @@ To enable the threshold sensor, add the following lines to your `configuration.y ```yaml # Example configuration.yaml entry -sensor: +binary_sensor: - platform: threshold threshold: 15 type: lower