We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562eb45 commit 9076e31Copy full SHA for 9076e31
4 files changed
custom_components/battery_notes/const.py
@@ -10,7 +10,7 @@
10
11
LOGGER: Logger = getLogger(__package__)
12
13
-MIN_HA_VERSION = "2025.9.0"
+MIN_HA_VERSION = "2025.12.0"
14
15
DOMAIN = "battery_notes"
16
NAME = "Battery Notes"
hacs.json
@@ -2,6 +2,6 @@
2
"name": "Battery Notes",
3
"filename": "battery_notes.zip",
4
"hide_default_branch": true,
5
- "homeassistant": "2025.9.0",
+ "homeassistant": "2025.12.0",
6
"zip_release": true
7
}
pyproject.toml
@@ -28,7 +28,7 @@ Changelog = "https://github.com/andrew-codechimp/HA-Battery-Notes/releases"
28
[dependency-groups]
29
dev = [
30
"colorlog",
31
- "homeassistant==2025.9.0",
+ "homeassistant==2025.12.0",
32
"mypy",
33
"pycares<5.0.0",
34
"ruff",
0 commit comments