This is an automated archive made by the Lemmit Bot.
The original was posted on /r/homeassistant by /u/noisymime on 2024-11-14 02:00:13+00:00.
So background: Trying to setup an automation with a run condition based on the daily weather forecast. Specifically, the automation is set to run at a certain time in the morning, but I only want it to run if the daily forecast temperature is below a certain value.
I have the met.no weather integration installed and it works fine. If I look at the default weather card that this integration populates then I can see an attribute for the daily max forecast already there, but I cannot seem to find anyway of using that existing value as a condition!
The documentation on this is honestly just confusing since the big changes to weather went in earlier this year. It seems to indicate that I need to be manually running the weather.get_forecast
service as something like a template sensor, despite the fact that the forecast data is clearly already present in the integration.
Am I missing something or is there really no easy way to do this anymore?