Skip to content

Commit 65cbf3d

Browse files
Min pymodbus 3.9.2
1 parent d1fae5a commit 65cbf3d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After rebooting Home Assistant, this integration can be configured through the i
4040
### Required Versions
4141
* Home Assistant 2025.2.0 or newer
4242
* Python 3.11 or newer
43-
* pymodbus 3.8.3 or newer
43+
* pymodbus 3.9.2 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 = "3.9.2"
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>=3.9.2"],
1313
"version": "3.1.4"
1414
}

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>=3.9.2

0 commit comments

Comments
 (0)