Skip to content

Commit 3ae7264

Browse files
Update minimum requirements for HA and pymodbus
Minimum required versions of Home Assistant 2025.7.0 and pymodbus 4.0.0
1 parent 28c9016 commit 3ae7264

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ After rebooting Home Assistant, this integration can be configured through the i
3838
[WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)
3939

4040
### Required Versions
41-
* Home Assistant 2025.2.0 or newer
41+
* Home Assistant 2025.7.0 or newer
4242
* Python 3.11 or newer
43-
* pymodbus 3.8.3 or newer
43+
* pymodbus 4.0.0 or newer
4444

4545
## Specifications
4646
[WillCodeForCats/solaredge-modbus-multi/tree/main/doc](https://github.com/WillCodeForCats/solaredge-modbus-multi/tree/main/doc)

custom_components/solaredge_modbus_multi/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
DEFAULT_NAME = "SolarEdge"
1111

1212
# raise a startup exception if pymodbus version is less than this
13-
PYMODBUS_REQUIRED_VERSION = "3.8.3"
13+
PYMODBUS_REQUIRED_VERSION = "4.0.0"
1414

1515
# units missing in homeassistant core
1616
ENERGY_VOLT_AMPERE_HOUR: Final = "VAh"

custom_components/solaredge_modbus_multi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"iot_class": "local_polling",
1010
"issue_tracker": "https://github.com/WillCodeForCats/solaredge-modbus-multi/issues",
1111
"loggers": ["custom_components.solaredge_modbus_multi"],
12-
"requirements": ["pymodbus>=3.8.3"],
12+
"requirements": ["pymodbus>=4.0.0"],
1313
"version": "3.1.4"
1414
}

hacs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"name": "SolarEdge Modbus Multi",
33
"content_in_root": false,
4-
"homeassistant": "2025.2.0"
4+
"homeassistant": "2025.7.0"
55
}

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pymodbus>=3.8.3
1+
pymodbus>=4.0.0

0 commit comments

Comments
 (0)