So, basically the number after the second instance of "temperature":
I thought that regex_findall_index would be the way to do this, but I’m going wrong somewhere, here’s my code:
{{ state_attr('weather.openweathermap', 'forecast') | regex_findall_index('"temperature": (\d+\.?\d+)', index=1) }}
IndexError: list index out of range
Have tried without the double quotes, but no joy, probably something really basic, so sorry to ask! Any help appreciated