Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Commit

Permalink
Set min HA version to 2024.1 (#494)
Browse files Browse the repository at this point in the history
  • Loading branch information
edenhaus authored Jan 2, 2024
1 parent 562a9df commit 56b2dfa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/deebot/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
################################
# Do not change! Will be set by release workflow
INTEGRATION_VERSION = "dev" # git tag will be used
MIN_REQUIRED_HA_VERSION = "2022.10.0b0" # set min required version in hacs.json
MIN_REQUIRED_HA_VERSION = "2024.1.0b0" # set min required version in hacs.json
################################

# Values below can be changed
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"filename": "deebot.zip",
"homeassistant": "2023.11.0b0",
"homeassistant": "2024.1.0b0",
"name": "Deebot 4 Home Assistant",
"render_readme": true,
"zip_release": true
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
git+https://github.com/DeebotUniverse/client.py@dev#deebot-client==4.0.0dev0
#deebot-client==4.0.0

homeassistant>=2023.11.0b0
homeassistant>=2024.1.0b0
mypy==1.8.0

numpy>=1.23.2
Expand Down

0 comments on commit 56b2dfa

Please sign in to comment.