From 2cdc87eabe3af1e4c660ca6982c56fde20f44c27 Mon Sep 17 00:00:00 2001 From: sfstar Date: Sun, 31 Aug 2025 22:30:44 +0200 Subject: [PATCH] bump minimum ha core version of new patch release to upcoming 2025.9 release --- hacs.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hacs.json b/hacs.json index 052a252..5165f84 100644 --- a/hacs.json +++ b/hacs.json @@ -4,6 +4,6 @@ "zip_release": true, "filename": "victron.zip", "hide_default_branch": false, - "homeassistant": "2025.2", + "homeassistant": "2025.9", "hacs": "1.28.4" - } \ No newline at end of file + }