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

fix: async entry setup #1141

Merged
merged 2 commits into from
Jan 1, 2025

Conversation

danielbrunt57
Copy link
Contributor

Change async_setup_entry to use await hass.config_entries.async_forward_entry_setups(config_entry, PLATFORMS)

Fixes #1020

@basnijholt basnijholt merged commit bf7d109 into basnijholt:main Jan 1, 2025
1 check passed
@basnijholt
Copy link
Owner

Thank you!

Especially for your persistence. I have spent a good hour trying to figure out why that one specific test fails but cannot figure it out. In manual testing it seems to work though!

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.

Detected code that calls async_forward_entry_setup
2 participants