Hello in order to get a weather forecast on my nextion display with esp-home i want to get the forecast values in Homeassistant.
Out of the box with the OpenWeatherMap integration there are coming values like: sensor.openweathermap_forecast_temperature
But this seams to be only the forecast for the current day or next 24h
Want i need are forecast for the next 5 days like:
sensor.openweathermap_forecast_temperature_monday
But how is the best way to get forecast values in HomeAssistat as entities?
I think this can be handled with an api call to openweathermap. But how do i integrate this in Homeasstant?
Probably you can give me some hints in which direction i should go and where i can set this up in HA.
Many thanks in advance
Best