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

refactor: async_setup_platforms -> async_forward_entry_setups #85

Merged
merged 1 commit into from
Feb 4, 2023
Merged

refactor: async_setup_platforms -> async_forward_entry_setups #85

merged 1 commit into from
Feb 4, 2023

Conversation

alvinchen1
Copy link
Contributor

Address #83

"Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for auto_backup using this method at custom_components/auto_backup/init.py, line 192: hass.config_entries.async_setup_platforms(entry, PLATFORMS)"

See https://developers.home-assistant.io/blog/2022/07/08/config_entry_forwards/

Address #83

Detected integration that called async_setup_platforms instead of awaiting async_forward_entry_setups; this will fail in version 2023.3. Please report issue to the custom integration author for auto_backup using this method at custom_components/auto_backup/init.py, line 192: hass.config_entries.async_setup_platforms(entry, PLATFORMS)
@jcwillox jcwillox changed the title Update __init__.py refactor: async_setup_platforms -> async_forward_entry_setups Feb 4, 2023
@jcwillox jcwillox merged commit c0026d5 into jcwillox:main Feb 4, 2023
@jcwillox jcwillox mentioned this pull request Feb 7, 2023
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.

2 participants