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 deprecated use of self.config_entry in OptionsFlowHandler #114

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

Conversation

arminfabritzek
Copy link

@arminfabritzek arminfabritzek commented Feb 5, 2025

Changes:

  • Replaced deprecated direct assignment of self.config_entry in OptionsFlowHandler with the updated approach, assigning the config_entry to a private attribute _config_entry.

Testing:

Tested on Home Assistant version 2025.1.4

Core: 2025.1.4
Supervisor: 2025.02.0
Operating System: 14.2
Frontend: 20250109.2

  • Verified no warnings related to self.config_entry.
  • Integration functions as expected.

Related Issues:

Fixes #108

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.

Does not work with 2025.12
1 participant