Restore config entry version 4 migration - #508
Draft
kagithd wants to merge 1 commit into
Draft
Conversation
Owner
|
@kagithd this is still marked as draft? When you you finish it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Release 0.9.20 includes the configurable TLS verification option, but
LoxoneFlowHandler.VERSIONis still 3 and the migration only handles versions1 through 3. Existing entries that were already migrated to version 4 therefore
fail to load:
Config entry ... has version 4 which is higher than the current version 3Fix
verify_ssldefault.async_update_entryAPI for all migrationsteps.
No unrelated integration behavior or manifest version is changed.
Validation
python -m compileall -q custom_components/loxone1de8ec9from HACS on Home Assistant 2026.7.4migration_errortoloadedThe full local pytest run was unavailable because the pinned Home Assistant
2026.6.4 test dependency requires Python 3.14.2 while the available local
interpreter is Python 3.13. CI can run the added focused tests in the project
environment.