Skip to content

Commit 262e4be

Browse files
Bump min HA version to 2023.11
1 parent 0cc401a commit 262e4be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

custom_components/battery_notes/const.py

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

1313
LOGGER: Logger = getLogger(__package__)
1414

15-
MIN_HA_VERSION = "2023.9"
15+
MIN_HA_VERSION = "2023.11"
1616

1717
manifestfile = Path(__file__).parent / "manifest.json"
1818
with open(file=manifestfile, encoding="UTF-8") as json_file:

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Battery Notes",
33
"filename": "battery_notes.zip",
44
"hide_default_branch": true,
5-
"homeassistant": "2023.10.0",
5+
"homeassistant": "2023.11.0",
66
"render_readme": true,
77
"zip_release": true,
88
"persistent_directory": "data"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
colorlog==6.8.2
2-
homeassistant==2023.10.0
2+
homeassistant==2023.11.0
33
pip>=21.0,<24.1
44
ruff==0.3.0

0 commit comments

Comments
 (0)