Skip to content

Commit

Permalink
Bump min HA version to 2024.6
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Oct 6, 2024
1 parent eaa27c5 commit 4c0a36c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/battery_notes/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

LOGGER: Logger = getLogger(__package__)

MIN_HA_VERSION = "2024.5"
MIN_HA_VERSION = "2024.6"

manifestfile = Path(__file__).parent / "manifest.json"
with open(file=manifestfile, encoding="UTF-8") as json_file:
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Battery Notes",
"filename": "battery_notes.zip",
"hide_default_branch": true,
"homeassistant": "2024.5.0",
"homeassistant": "2024.6.0",
"render_readme": true,
"zip_release": true,
"persistent_directory": "data"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
colorlog>=6.8.2,<7.0
homeassistant==2024.5.0
homeassistant==2024.6.0
ruff>=0.5.0,<0.7

0 comments on commit 4c0a36c

Please sign in to comment.