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: Update to use async_update_entry #39

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tykeal
Copy link

@tykeal tykeal commented Nov 21, 2024

Home Assistant 2024.9 requires the use of async_update_entry instead of
directly modifying the config_entry object. This change updates the code
to use the new method.

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

Home Assistant 2024.9 requires the use of async_update_entry instead of
directly modifying the config_entry object. This change updates the code
to use the new method.

Fixes: thomasloven#37
Signed-off-by: Andrew Grimberg <tykeal@bardicgrove.org>
@RichardPoes
Copy link

Hey! Just wanted to let you know that, although your PR so far did not get merged, your fix was helpful to me!

@nitewing76
Copy link

I also confirm this works....now I can know which tabs in Chrome are for the forums.
Thank you.

tjuuljensen added a commit to tjuuljensen/hass-favicon that referenced this pull request Jan 27, 2025
Pulle request thomasloven#39 merged directly into branch
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.

Home Assistant 2024.9 compatibility (async_update_entry)
3 participants