Hello together,
I am usingf the openweathermap integration to get some forecast data.
I figured out that there is some forecast data available all 3 hours:
I would have for the current day always the value at 15:00.
I did not get it managed and need your support.
I get it managed to get all the values, but not the dedicated I want:
"{{ state_attr('weather.openweathermap', 'forecast') }}"
I need to know how to get exactly that one value from example
datetime: '2023-05-26T15:00:00+00:00'
Thank you.