From d4b2a140b59ab394bcbfd5eec1c7356b0bf953cb Mon Sep 17 00:00:00 2001 From: farmio Date: Mon, 14 Jul 2025 23:26:26 +0200 Subject: [PATCH] bump version in comment --- homeassistant/components/knx/storage/config_store.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/knx/storage/config_store.py b/homeassistant/components/knx/storage/config_store.py index d6a5a3eac28..2e93256de47 100644 --- a/homeassistant/components/knx/storage/config_store.py +++ b/homeassistant/components/knx/storage/config_store.py @@ -54,7 +54,7 @@ class _KNXConfigStoreStorage(Store[KNXConfigStoreModel]): ) -> dict[str, Any]: """Migrate to the new version.""" if old_major_version == 1: - # version 2 introduced in 2025.7 + # version 2 introduced in 2025.8 migrate_1_to_2(old_data) return old_data