File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,23 @@ pymodbus is maintained in 2 versions:
5454
5555Pymodbus_ha
5656-----------
57+ **CURRENTLY IN DEVELOPMENT **
58+
5759`Pymodbus_ha <https://pypi.org/project/pymodbus-ha/ >`_ is
5860an alias to pymodbus, available on pypi.org.
5961
6062Being an alias means it is 100% the same as pymodbus, without any extra
61- code, just another name.
63+ code, just different distribution and package names.
64+
65+ The idea is to allow projects like e.g. home-assistant to use this library
66+ in the core, while custom parts uses the normal pymodbus. Doing so allows
67+ the core and the custom part to use different versions.
68+
69+ Of course the decision to use the library or not, is left to each project,
70+ just like it is the project that decides whether or not to use pymodbus.
6271
63- This allows home-assistant to use a pymodbus version for the modbus integration,
64- while custom_components use another version .
72+ Pymodbus can easily be extended with other aliases if needed. Please open
73+ an issue for a discussion if wanted .
6574
6675Pymodbus in a nutshell
6776----------------------
You can’t perform that action at this time.
0 commit comments