Getting hourly data from SMHI integration

SMHI weather integration has daily and hourly weather forecast available. Unfortunately for me there is only one entity in Lovelace containing all the data. How do I get the hourly forecast data (temperature, wind, cloudiness) to separate sensors so I could use the data for controlling my heating?

Here I can see the hourly forecast:

In developer tools I can see only daily forecast:

Obviouslu the hourly data is somewhere but how to get it out for use?

You can get the data from SMHI API using node red.

Thanks. Have to take a look at Node-Red also.

I am just wondering as the data is already in Home Assistant, there surely must be a way to get that data out.

I don’t know.
I built this way before the get forecast service call. Perhaps that works, I haven’t tried it