Skip to content

Commit 0d780aa

Browse files
Bump HA min version to 2024.7
1 parent 394e08e commit 0d780aa

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
@@ -11,7 +11,7 @@
1111

1212
LOGGER: Logger = getLogger(__package__)
1313

14-
MIN_HA_VERSION = "2024.6"
14+
MIN_HA_VERSION = "2024.7"
1515

1616
manifestfile = Path(__file__).parent / "manifest.json"
1717
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": "2024.6.0",
5+
"homeassistant": "2024.7.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,3 +1,3 @@
11
colorlog>=6.8.2,<7.0
2-
homeassistant==2024.6.0
2+
homeassistant==2024.7.0
33
ruff>=0.5.0,<0.7

0 commit comments

Comments
 (0)