Hi,
i use this weatherforecast integration. Meteorologisk institutt (Met.no) - Home Assistant
First of all, i’m new to template. I know how to get an attribute out of an entity. BUT
I want to have the templow from tommorrow. So i need to get 1 level deeper in the attributes to get the templow but i has to be from the next day?
Weather forcast
‘{{ state_attr(‘weather.forecast_sharlynsland’,‘pressure’)}}
{{ state_attr(‘weather.forecast_sharlynsland’,‘forecast’)}}’
Weather forcast
992.6
[{‘condition’: ‘cloudy’, ‘datetime’: ‘2022-11-18T11:00:00+00:00’, ‘wind_bearing’: 256.1, ‘temperature’: 8.5, ‘templow’: 5.4, ‘wind_speed’: 17.6, ‘precipitation’: 0.1}, {‘condition’: ‘rainy’, ‘datetime’: ‘2022-11-19T11:00:00+00:00’, ‘wind_bearing’: 269.8, ‘temperature’: 8.3, ‘templow’: 5.6, ‘wind_speed’: 15.8, ‘precipitation’: 2.5}, {‘condition’: ‘rainy’, ‘datetime’: ‘2022-11-20T11:00:00+00:00’, ‘wind_bearing’: 204.3, ‘temperature’: 5.6, ‘templow’: 4.1, ‘wind_speed’: 25.6, ‘precipitation’: 4.1}, {‘condition’: ‘rainy’, ‘datetime’: ‘2022-11-21T11:00:00+00:00’, ‘wind_bearing’: 188.9, ‘temperature’: 6.6, ‘templow’: 3.6, ‘wind_speed’: 25.6, ‘precipitation’: 7.8}, {‘condition’: ‘cloudy’, ‘datetime’: ‘2022-11-22T11:00:00+00:00’, ‘wind_bearing’: 205.5, ‘temperature’: 5.9, ‘templow’: 3.2, ‘wind_speed’: 22.0, ‘precipitation’: 0.3}]
Thanks in advanced for your help
Lynn