From 67193615a6b35b0a11790410cfede8d6d8f9a42d Mon Sep 17 00:00:00 2001 From: DubhAd Date: Wed, 25 Oct 2017 21:19:13 +0100 Subject: [PATCH] Other fixes Apparently I don't get to make up configuration variables. Removing it anyway since few other components have it as an option --- source/_docs/z-wave/entities.markdown | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/source/_docs/z-wave/entities.markdown b/source/_docs/z-wave/entities.markdown index 6949439b9b8..c95c539c5e4 100644 --- a/source/_docs/z-wave/entities.markdown +++ b/source/_docs/z-wave/entities.markdown @@ -126,13 +126,12 @@ binary_sensor: - platform: template sensors: YOUR_SENSOR: - sensor_class: opening friendly_name: "Friendly name here" value_template: >- {% raw %}{%- if is_state('sensor.YOUR_SENSOR_access_control', '22') -%} - open + on {%- else -%} - closed + off {%- endif -%}{% endraw %} ``` @@ -155,7 +154,6 @@ binary_sensor: - platform: template sensors: YOUR_SENSOR: - sensor_class: motion friendly_name: "Friendly name here" value_template: >- {% raw %}{%- if is_state('sensor.YOUR_SENSOR_burglar', '8') -%}