From a6b848085e00fa67d2be86f2d7a8025845d373d3 Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 25 Oct 2017 21:09:15 +0100 Subject: [PATCH] Corrected sensor to binary_sensor --- source/_docs/z-wave/entities.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_docs/z-wave/entities.markdown b/source/_docs/z-wave/entities.markdown index a8d7c5eea7b..6949439b9b8 100644 --- a/source/_docs/z-wave/entities.markdown +++ b/source/_docs/z-wave/entities.markdown @@ -122,7 +122,7 @@ The meaning of the `alarm_level` entity depends on the nature of the alarm senso If your device has an `access_control` entity, but not a `binary_sensor` equivalent, you can use a [template binary sensor](omponents/binary_sensor.template/) to create one: ``` -sensor: +binary_sensor: - platform: template sensors: YOUR_SENSOR: @@ -151,7 +151,7 @@ sensor: If your device has an `burglar` entity, but not a `binary_sensor` equivalent, you can use a [template binary sensor](omponents/binary_sensor.template/) to create one: ``` -sensor: +binary_sensor: - platform: template sensors: YOUR_SENSOR: