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

Replace deprecated async_forward_entry_setup call #139

Merged
merged 1 commit into from
Sep 6, 2024
Merged

Replace deprecated async_forward_entry_setup call #139

merged 1 commit into from
Sep 6, 2024

Conversation

wtadler
Copy link
Contributor

@wtadler wtadler commented Aug 8, 2024

This replaces the deprecated method of calling hass.config_entries.async_forward_entry_setup.

See this HA developer blog post on the issue:

Calling hass.config_entries.async_forward_entry_setup is deprecated and will be removed in Home Assistant 2025.6. Instead, await hass.config_entries.async_forward_entry_setups as it can load multiple platforms at once and is more efficient since it does not require a separate import executor job for each platform.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
addresses deprecation warning about calling async_forward_entry_setup
@tybritten tybritten merged commit 8717ac7 into tybritten:master Sep 6, 2024
This was referenced Sep 6, 2024
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.

None yet

2 participants