Skip to content

Commit 05e3c02

Browse files
committed
Set minumum required HA version to 2025.1
1 parent abc27f2 commit 05e3c02

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

custom_components/smartthinq_sensors/const.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66

77
DOMAIN = "smartthinq_sensors"
88

9-
MIN_HA_MAJ_VER = 2024
10-
MIN_HA_MIN_VER = 8
9+
MIN_HA_MAJ_VER = 2025
10+
MIN_HA_MIN_VER = 1
1111
__min_ha_version__ = f"{MIN_HA_MAJ_VER}.{MIN_HA_MIN_VER}.0"
1212

1313
# general sensor attributes

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"content_in_root": false,
44
"zip_release": true,
55
"filename": "smartthinq_sensors.zip",
6-
"homeassistant": "2024.8.0"
6+
"homeassistant": "2025.1.0"
77
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Home Assistant Core
22
colorlog==6.8.2
3-
homeassistant==2024.8.3
3+
homeassistant==2025.1.0
44
pip>=21.3.1
55
ruff==0.0.261
66
pre-commit==3.0.0

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
pytest==8.3.1
33
#pytest-cov==2.9.0
44
#pytest-homeassistant
5-
pytest-homeassistant-custom-component==0.13.155
5+
pytest-homeassistant-custom-component==0.13.201
66
# From our manifest.json for our custom component
77
xmltodict>=0.13.0
88
charset_normalizer>=3.2.0

0 commit comments

Comments
 (0)