Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename forecast() to get_forecast() #190

Closed
wants to merge 1 commit into from

Conversation

ashmckenzie
Copy link

@ashmckenzie ashmckenzie commented Sep 6, 2023

As per https://www.home-assistant.io/blog/2023/09/06/release-20239/#weather-forecast-service:

With this change, the forecast attribute of the weather entity is deprecated, and will be removed in Home Assistant Core 2024.3.

This PR aims to fix this deprecation.

Closes #189

cc @bremor

@evilmarty
Copy link
Contributor

This won't as the resolution isn't to rename the function to get_forecast but rather to implement either async_forecast_daily, async_forecast_hourly, async_forecast_twice_daily.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Read first: deprecated forecast - HA 2023.9
2 participants