Skip to content

Commit

Permalink
Update minimum versions
Browse files Browse the repository at this point in the history
* HA 2022.7.0
* pymodbus 3.3.1
  • Loading branch information
WillCodeForCats committed Jul 9, 2023
1 parent f75df45 commit 3cdeb64
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ After rebooting Home Assistant, this integration can be configured through the i
[WillCodeForCats/solaredge-modbus-multi/wiki](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki)

### Required Versions
* Home Assistant 2023.4.0 or newer
* Home Assistant 2023.7.0 or newer
* Python 3.10 or newer
* pymodbus 3.1.1 or newer
* pymodbus 3.3.1 or newer

## Specifications
[WillCodeForCats/solaredge-modbus-multi/tree/main/doc](https://github.com/WillCodeForCats/solaredge-modbus-multi/tree/main/doc)
Expand Down
2 changes: 1 addition & 1 deletion custom_components/solaredge_modbus_multi/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"iot_class": "local_polling",
"issue_tracker": "https://github.com/WillCodeForCats/solaredge-modbus-multi/issues",
"loggers": ["custom_components.solaredge_modbus_multi"],
"requirements": ["pymodbus>=3.1.1"],
"requirements": ["pymodbus>=3.3.1"],
"version": "2.3.5-pre.1"
}
2 changes: 1 addition & 1 deletion hacs.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "SolarEdge Modbus Multi",
"content_in_root": false,
"homeassistant": "2023.4.0",
"homeassistant": "2023.7.0",
"render_readme": false
}
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Read more on the wiki: [WillCodeForCats/solaredge-modbus-multi/wiki](https://git
* Supports status and error reporting sensors.
* User friendly configuration through Config Flow.

Requires Home Assistant 2023.4.0 and newer.
Requires Home Assistant 2023.7.0 and newer.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pymodbus>=3.1.1
pymodbus>=3.3.1

0 comments on commit 3cdeb64

Please sign in to comment.