mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
bump version in comment
This commit is contained in:
parent
9db018957d
commit
d4b2a140b5
@ -54,7 +54,7 @@ class _KNXConfigStoreStorage(Store[KNXConfigStoreModel]):
|
|||||||
) -> dict[str, Any]:
|
) -> dict[str, Any]:
|
||||||
"""Migrate to the new version."""
|
"""Migrate to the new version."""
|
||||||
if old_major_version == 1:
|
if old_major_version == 1:
|
||||||
# version 2 introduced in 2025.7
|
# version 2 introduced in 2025.8
|
||||||
migrate_1_to_2(old_data)
|
migrate_1_to_2(old_data)
|
||||||
|
|
||||||
return old_data
|
return old_data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user