diff --git a/custom_components/smartthinq_sensors/const.py b/custom_components/smartthinq_sensors/const.py index 8fc2684e..5ea8efc3 100644 --- a/custom_components/smartthinq_sensors/const.py +++ b/custom_components/smartthinq_sensors/const.py @@ -7,7 +7,7 @@ DOMAIN = "smartthinq_sensors" MIN_HA_MAJ_VER = 2024 -MIN_HA_MIN_VER = 2 +MIN_HA_MIN_VER = 8 __min_ha_version__ = f"{MIN_HA_MAJ_VER}.{MIN_HA_MIN_VER}.0" # general sensor attributes diff --git a/hacs.json b/hacs.json index 51b9c799..7aaf2548 100644 --- a/hacs.json +++ b/hacs.json @@ -1,5 +1,5 @@ { "name": "SmartThinQ LGE Sensors", "content_in_root": false, - "homeassistant": "2024.2.0" + "homeassistant": "2024.8.0" } \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index daccc0c1..ac4f618f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ # Home Assistant Core colorlog==6.8.2 -homeassistant==2024.2.4 +homeassistant==2024.8.0 pip>=21.3.1 ruff==0.0.261 pre-commit==3.0.0