mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 15:17:35 +00:00
Improve comment explaining planned backup store version bump (#145368)
This commit is contained in:
parent
630c438834
commit
00a1d9d1b0
@ -77,7 +77,10 @@ class _BackupStore(Store[StoredBackupData]):
|
|||||||
for agent in data["config"]["agents"]:
|
for agent in data["config"]["agents"]:
|
||||||
data["config"]["agents"][agent]["retention"] = None
|
data["config"]["agents"][agent]["retention"] = None
|
||||||
|
|
||||||
# Note: We allow reading data with major version 2.
|
# Note: We allow reading data with major version 2 in which the unused key
|
||||||
|
# data["config"]["schedule"]["state"] will be removed. The bump to 2 is
|
||||||
|
# planned to happen after a 6 month quiet period with no minor version
|
||||||
|
# changes.
|
||||||
# Reject if major version is higher than 2.
|
# Reject if major version is higher than 2.
|
||||||
if old_major_version > 2:
|
if old_major_version > 2:
|
||||||
raise NotImplementedError
|
raise NotImplementedError
|
||||||
|
Loading…
x
Reference in New Issue
Block a user