How do i extract a value that is located inside a list that is then located inside the attributes?
hey HA_fanatic,
Probably I am too late, but try this -
{{state_attr("weather.kdal","forecast")[0].temperature}}
1 Like
Thank you! You are not too late. My scattered brain moved on to something else. I need to come back to this.
1 Like