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

HA 2023.2.0b0 async_setup_platforms instead of async_forward_entry_setups #640

Closed
tjorim opened this issue Jan 25, 2023 · 2 comments · Fixed by #645
Closed

HA 2023.2.0b0 async_setup_platforms instead of async_forward_entry_setups #640

tjorim opened this issue Jan 25, 2023 · 2 comments · Fixed by #645
Labels
refactoring Refactoring

Comments

@tjorim
Copy link

tjorim commented Jan 25, 2023

Describe the bug

Getting the WARNING below after upgrade to HA 2023.2.0b0.

Version of the integration

v1.9.15

Logs

Logger: homeassistant.helpers.frame
Source: helpers/frame.py:77
First occurred: 11:16:53 PM (3 occurrences)
Last logged: 11:18:03 PM

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 google_home using this method at custom_components/google_home/__init__.py, line 78: hass.config_entries.async_setup_platforms(entry, PLATFORMS)```
@leikoilja
Copy link
Owner

Thanks for the reporting. Will need to fix it with a new version and release :)

@leikoilja
Copy link
Owner

We are happy to welcome contributors, @tjorim, if you feel for poking at it :)

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

Successfully merging a pull request may close this issue.

2 participants