Skip to content

Commit

Permalink
Updated minimum required homeassistant version
Browse files Browse the repository at this point in the history
  • Loading branch information
iprak committed Sep 21, 2024
1 parent 2754fbc commit d4423d2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom_components/smartthinq_sensors/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "SmartThinQ LGE Sensors",
"content_in_root": false,
"homeassistant": "2024.2.0"
"homeassistant": "2024.8.0"
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit d4423d2

Please sign in to comment.