Skip to content

Commit 2db8c80

Browse files
2 parents 04c3639 + 8184e9a commit 2db8c80

File tree

2 files changed

+5
-15
lines changed

2 files changed

+5
-15
lines changed

custom_components/solaredge_modbus_multi/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"codeowners": ["@WillCodeForCats"],
99
"config_flow": true,
1010
"iot_class": "local_polling",
11-
"version": "2.0.0-pre.4"
11+
"version": "2.0.0-pre.5"
1212
}

info.md

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
1-
## Solaredge Modbus Multi-Inverter
1+
## SolarEdge Modbus Multi-Inverter
22

3-
A Home Assistant integration for SolarEdge inverters.
4-
5-
Connects locally using Modbus/TCP to single or multiple inverters with support for meters.
3+
A Home Assistant integration for SolarEdge inverters using Modbus/TCP. It supports single inverters, multiple inverters, meters, batteries, and many other improvements over other integrations that didn't work well with a multi-device setup.
64

75
{% if installed %}
8-
{% if version_installed.replace("v", "").replace(".","") | int < 120 %}
9-
10-
### Breaking Change in v1.2.x
11-
* Change domain and directory to `solaredge_modbus_multi`
12-
* Be aware that loss of entity history is possible.
6+
{% if version_installed.replace("v", "").replace(".","") | int < 120 %}
137

148
### Required Steps to Upgrade to v1.2.0
159

16-
Due to a beginner's mistake by not renaming this integration from the one it was based on, starting with release version 1.2.0 the directory name and domain are changing to `solaredge_modbus_multi`. This will require some manual steps to upgrade from any 1.1.x version.
17-
1810
Follow instructions at: [How To Upgrade from v1.1.x to v1.2.x](https://github.com/WillCodeForCats/solaredge-modbus-multi/wiki/How-To-Upgrade-from-v1.1.x-to-v1.2.x)
1911

2012
Make sure you have a full backup before making changes - backups are always best practice.
21-
22-
---
2313
{% endif %}
2414
{% endif %}
2515

26-
### Features
16+
## Features
2717
* Inverter support for 1 to 32 SolarEdge inverters.
2818
* Meter support for 1 to 3 meters per inverter.
2919
* Battery support for 1 or 2 batteries per inverter.

0 commit comments

Comments
 (0)