Skip to content

Commit 17466ce

Browse files
emontnemeryfrenck
authored andcommitted
Bump device registry version to 1.12 (home-assistant#151616)
1 parent 422862a commit 17466ce

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

homeassistant/helpers/device_registry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
)
5858
STORAGE_KEY = "core.device_registry"
5959
STORAGE_VERSION_MAJOR = 1
60-
STORAGE_VERSION_MINOR = 11
60+
STORAGE_VERSION_MINOR = 12
6161

6262
CLEANUP_DELAY = 10
6363

tests/helpers/test_device_registry.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,6 @@ async def test_migration_from_1_11(
16211621
"connections": [["mac", "123456ABCDAB"]],
16221622
"created_at": "1970-01-01T00:00:00+00:00",
16231623
"disabled_by": None,
1624-
"disabled_by_undefined": False,
16251624
"id": "abcdefghijklm2",
16261625
"identifiers": [["serial", "123456ABCDAB"]],
16271626
"labels": [],

0 commit comments

Comments
 (0)