From 1d0098f8319b89297ccfdfc3092f6d90374ee396 Mon Sep 17 00:00:00 2001 From: Jeffrey Stone Date: Mon, 13 Apr 2020 22:20:27 -0400 Subject: [PATCH] Fixing a bad spelling error in a sensor value... --- config/sensors/weather.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/sensors/weather.yaml b/config/sensors/weather.yaml index 97aef24..55af982 100755 --- a/config/sensors/weather.yaml +++ b/config/sensors/weather.yaml @@ -190,4 +190,4 @@ current_inside_humidity: friendly_name: "Current Inside Humidity" unit_of_measurement: '%' - value_template: "{{ states.climate.home.sattributes.current_humidity }}" \ No newline at end of file + value_template: "{{ states.climate.home.attributes.current_humidity }}" \ No newline at end of file