File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
custom_components/smartthinq_sensors Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
7
7
DOMAIN = "smartthinq_sensors"
8
8
9
- MIN_HA_MAJ_VER = 2024
10
- MIN_HA_MIN_VER = 8
9
+ MIN_HA_MAJ_VER = 2025
10
+ MIN_HA_MIN_VER = 1
11
11
__min_ha_version__ = f"{ MIN_HA_MAJ_VER } .{ MIN_HA_MIN_VER } .0"
12
12
13
13
# general sensor attributes
Original file line number Diff line number Diff line change 3
3
"content_in_root" : false ,
4
4
"zip_release" : true ,
5
5
"filename" : " smartthinq_sensors.zip" ,
6
- "homeassistant" : " 2024.8 .0"
6
+ "homeassistant" : " 2025.1 .0"
7
7
}
Original file line number Diff line number Diff line change 1
1
# Home Assistant Core
2
2
colorlog == 6.8.2
3
- homeassistant == 2024.8.3
3
+ homeassistant == 2025.1.0
4
4
pip >= 21.3.1
5
5
ruff == 0.0.261
6
6
pre-commit == 3.0.0
Original file line number Diff line number Diff line change 2
2
pytest==8.3.1
3
3
#pytest-cov==2.9.0
4
4
#pytest-homeassistant
5
- pytest-homeassistant-custom-component==0.13.155
5
+ pytest-homeassistant-custom-component==0.13.201
6
6
# From our manifest.json for our custom component
7
7
xmltodict>=0.13.0
8
8
charset_normalizer>=3.2.0
You can’t perform that action at this time.
0 commit comments