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: Await the async_forward_entry_setups call by #213

Merged
merged 1 commit into from
Jul 4, 2024

Conversation

tykeal
Copy link
Owner

@tykeal tykeal commented Jul 4, 2024

Starting with Home Assistant 2024.7 the async_forward_entry_setups
method must be awaited or we get a deprecation notice.

Issue: Fixes #211
Signed-off-by: Andrew Grimberg tykeal@bardicgrove.org

Starting with Home Assistant 2024.7 the async_forward_entry_setups
method must be awaited or we get a deprecation notice.

Issue: Fixes #211
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
@tykeal tykeal force-pushed the fix_async_forward_entry_setup branch from 415359d to ea4f334 Compare July 4, 2024 17:32
@tykeal tykeal enabled auto-merge July 4, 2024 17:33
@tykeal tykeal merged commit 5c5f7cf into main Jul 4, 2024
8 checks passed
@tykeal tykeal deleted the fix_async_forward_entry_setup branch July 4, 2024 17:34
@tykeal tykeal added the bug Something isn't working label Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Detected code that calls async_forward_entry_setup for integration rental_control
1 participant