Skip to content

Commit 9076e31

Browse files
Bump min version to HA 2025.12 (#4568)
1 parent 562eb45 commit 9076e31

4 files changed

Lines changed: 827 additions & 317 deletions

File tree

custom_components/battery_notes/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
LOGGER: Logger = getLogger(__package__)
1212

13-
MIN_HA_VERSION = "2025.9.0"
13+
MIN_HA_VERSION = "2025.12.0"
1414

1515
DOMAIN = "battery_notes"
1616
NAME = "Battery Notes"

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"name": "Battery Notes",
33
"filename": "battery_notes.zip",
44
"hide_default_branch": true,
5-
"homeassistant": "2025.9.0",
5+
"homeassistant": "2025.12.0",
66
"zip_release": true
77
}

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Changelog = "https://github.com/andrew-codechimp/HA-Battery-Notes/releases"
2828
[dependency-groups]
2929
dev = [
3030
"colorlog",
31-
"homeassistant==2025.9.0",
31+
"homeassistant==2025.12.0",
3232
"mypy",
3333
"pycares<5.0.0",
3434
"ruff",

0 commit comments

Comments
 (0)