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