From 7a0fe2f4132ee4f768a1fc8b939a0a8f4e3e8b63 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Wed, 22 Jul 2026 14:25:18 +0100 Subject: [PATCH] Bump min version --- custom_components/battery_notes/const.py | 2 +- hacs.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/battery_notes/const.py b/custom_components/battery_notes/const.py index 6631558fd..0b6190e30 100644 --- a/custom_components/battery_notes/const.py +++ b/custom_components/battery_notes/const.py @@ -10,7 +10,7 @@ LOGGER: Logger = getLogger(__package__) -MIN_HA_VERSION = "2025.12.0" +MIN_HA_VERSION = "2026.2.0" DOMAIN = "battery_notes" NAME = "Battery Notes" diff --git a/hacs.json b/hacs.json index e73db5a5b..1f362dfe9 100644 --- a/hacs.json +++ b/hacs.json @@ -2,6 +2,6 @@ "name": "Battery Notes", "filename": "battery_notes.zip", "hide_default_branch": true, - "homeassistant": "2025.12.0", + "homeassistant": "2026.2.0", "zip_release": true }