briis / hass-weatherflow

Home Assistant Integration for WeatherFlow Stations
MIT License
70 stars 11 forks source link

Forecast updates - changes to core #76

Open jeeftor opened 11 months ago

jeeftor commented 11 months ago

In case you missed this:

https://developers.home-assistant.io/blog/2023/08/07/weather_entity_forecast_types

WeatherEntity now allows a single weather entity to support different forecast types meaning it's no longer necessary to create multiple entities for the same location, as an example, an entity providing daily forecast and another entity providing hourly forecast.

Integrations providing weather entities should be updated to implement one or several of the new async methods async_forecast_daily, async_forecast_hourly and async_forecast_twice_daily.

For the upcoming Home Assistant Core 2024.3 release, integrations should remove the deprecated forecast property and also remove any duplicated weather entities which were added to provide multiple forecasts.

See weather developer documentation for details on how to implement the new forecast methods.

The "Weather Forecast Card" has been updated to provide the user with an option to select the preferred forecast to show, if the integration are using the new methods.

briis commented 10 months ago

Thanks. I will look in to that. Still a little time 😀

jeeftor commented 10 months ago

And considering how long my PR to get weatherflow into core has taken... lots and lots of time :)