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

#45: Replace async_setup_platforms with async_forward_entry_setups #50

Merged
merged 1 commit into from
Feb 13, 2023

Conversation

bobvandevijver
Copy link
Contributor

@bobvandevijver bobvandevijver commented Feb 11, 2023

Fixes #45 (when combined with #50) and #49. The old async_setup_platforms will be removed with 2023.3, and according to https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/ just replacing it with an awaited async_forward_entry_setups should be enough.

Seems to work here, reconfigured my Envoy D7 in HASS after locally applying this change. I am still seeing the data come in, and no more log entries 🎉

…y_setups

The old `async_setup_platforms` will be removed with 2023.3, and according to https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/ just replacing it with an awaited `async_forward_entry_setups` should be enough.
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.

New async_forward_entry_setups needed and New state class
2 participants