Fixed forecast low temp sensor

This commit is contained in:
2022-05-10 15:41:25 -04:00
parent a5f210af2d
commit c2ee28bd5d

View File

@ -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: ''