From 56b2dfa12d4f9c004c8acbe88c072258d0d070c6 Mon Sep 17 00:00:00 2001 From: Robert Resch Date: Tue, 2 Jan 2024 21:34:07 +0100 Subject: [PATCH] Set min HA version to 2024.1 (#494) --- custom_components/deebot/const.py | 2 +- hacs.json | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom_components/deebot/const.py b/custom_components/deebot/const.py index a3c753f..d5504cd 100644 --- a/custom_components/deebot/const.py +++ b/custom_components/deebot/const.py @@ -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 diff --git a/hacs.json b/hacs.json index 9014e08..c9eb9a3 100644 --- a/hacs.json +++ b/hacs.json @@ -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 diff --git a/requirements.txt b/requirements.txt index 27ad241..3459f04 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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