From ddf02959f41a56486e03e6928cd7fd98768b33d9 Mon Sep 17 00:00:00 2001 From: Jan-Philipp Benecke Date: Wed, 24 Jan 2024 20:31:43 +0100 Subject: [PATCH] Bump area registry storage minor version to 4 (#108798) --- homeassistant/helpers/area_registry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/helpers/area_registry.py b/homeassistant/helpers/area_registry.py index 26da98e3fac..e55f71beb88 100644 --- a/homeassistant/helpers/area_registry.py +++ b/homeassistant/helpers/area_registry.py @@ -17,7 +17,7 @@ DATA_REGISTRY = "area_registry" EVENT_AREA_REGISTRY_UPDATED = "area_registry_updated" STORAGE_KEY = "core.area_registry" STORAGE_VERSION_MAJOR = 1 -STORAGE_VERSION_MINOR = 3 +STORAGE_VERSION_MINOR = 4 SAVE_DELAY = 10