There was a long standing change for the weather providers. The weather entity doesn’t contain a forecast attribute anymore, you’d need to use “weather.get_forecasts”.
Please do a search for “weather forecasts”, as this has been discussed already in multiple threads.
Like this one here:
With the new weather entities and “forecast” being removed, how do we get attribute values with a sensor template now? This template no longer works. I am using the Weatherflow Forecast integration.
{{state_attr('weather.forecast.stratford', 'forecast')[0].temperature}}
The value appears to be there when I do a daily service call (as shown below), but the template tester returns No element 0.
forecast:
- condition: lightning-rainy
datetime: "2023-10-05T05:00:00+00:00"
precipitatio…
or this one
I have a beginner question on the migration path for conditions in automations using the weather forecast data.
The setting:
To automate my window blinds I use the weather forecast (cloudy, sunny, …) and the forecast temperature as a condition when running automations. All automations where created via UI and therefore the attributes for the weather entities could be selected in German.
That all worked fine, but if I understand the documentation of the 2023.9 update correctly, this will stop …
Thanks!