Skip to content

Conversation

@pkolbus
Copy link

@pkolbus pkolbus commented Dec 29, 2025

Description

home-assistant/core#129562 (2024.12) deprecated assigning self.config_entry in an OptionsFlow; this was removed in 2025.12 with home-assistant/core#155958. Remove the assignment.

Motivation and Context

How has this been tested?

Edited configuration in HomeAssistant 2025.12

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Enhancement (non-breaking which updates existing code)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Other

Checklist

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

home-assistant/core#129562 deprecated assigning
self.config_entry in an OptionsFlow; this was removed in 2025.12 with
home-assistant/core#155958. Remove the assignment.

Fixes basbruss#437, basbruss#438.
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.

AttributeError on OptionsFlowHandler after recent Home Assistant update (2025.12.0)

1 participant