Skip to content

Commit

Permalink
Bump min HA version to 2023.11
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-codechimp committed Mar 5, 2024
1 parent 0cc401a commit 262e4be
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 @@ -12,7 +12,7 @@

LOGGER: Logger = getLogger(__package__)

MIN_HA_VERSION = "2023.9"
MIN_HA_VERSION = "2023.11"

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": "2023.10.0",
"homeassistant": "2023.11.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,4 +1,4 @@
colorlog==6.8.2
homeassistant==2023.10.0
homeassistant==2023.11.0
pip>=21.0,<24.1
ruff==0.3.0

0 comments on commit 262e4be

Please sign in to comment.