diff --git a/packages/custom_weather.yaml b/packages/custom_weather.yaml index 3654956..a6bd00f 100644 --- a/packages/custom_weather.yaml +++ b/packages/custom_weather.yaml @@ -613,8 +613,8 @@ sensor: unit_of_measurement: '' device_class: temperature value_template: >- - {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[1] %} - {{ forecast.lowtemp }} + {% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[0] %} + {{ forecast.templow }} clothing_forecast: friendly_name: "Clothing Forecast" unit_of_measurement: ''