From 6d67a088ed88e3951eb904c53c01d4153e75cc1f Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 31 Mar 2022 12:57:15 -0400 Subject: [PATCH] Attempting to fix the readout for overnight low temperatures --- packages/custom_weather.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index dee9209..f506106 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -98,7 +98,7 @@ sensor: {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[0] %} {{ forecast.temperature }} overnight_low: >- - {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[1] %} + {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[0] %} {{ forecast.templow }} wind_bearing: >- {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[0] %} @@ -241,7 +241,7 @@ sensor: {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[1] %} {{ forecast.temperature }} overnight_low: >- - {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[2] %} + {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[1] %} {{ forecast.templow }} wind_bearing: >- {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[1] %}