From 77e41e4e4d8c65b0013bb9f32a3e77485be4acbf Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Sat, 8 Apr 2017 22:52:33 -0400 Subject: [PATCH] Tweaking garage door sensor --- sensors/smartthings.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sensors/smartthings.yaml b/sensors/smartthings.yaml index 7b5849f..f8808ad 100644 --- a/sensors/smartthings.yaml +++ b/sensors/smartthings.yaml @@ -1,7 +1,7 @@ - platform: template sensors: garage_door: - unit_of_measurement: '%' + unit_of_measurement: '' value_template: >- {%- if is_state("cover.garage_door", "open") %} Open