Hello, I want to create a sensor to further use it in automation. I need to get tomorrow’s temperature and I am almost in the end with
- platform: template
sensors:
forecast_tomorrow:
friendly_name: “Tomorrow temperature”
unit_of_measurement: ‘C’
value_template: “{{ state_attr(‘weather.domov’, ‘temperature’) }}”
The only thing I need to obtain temperature from tomorrow (forecast: temperature). As you can see below. How to substitute “temperature” then?
1 post - 1 participant