File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Prepare/make release on dev.
21
21
cd doc; ./build_html
22
22
* rm -rf build/* dist/*
23
23
* python3 -m build
24
+ * pypi-alias pymodbus_ha_core
24
25
* twine check dist/*
25
26
* Commit, push and merge.
26
27
* Wait for CI to complete
Original file line number Diff line number Diff line change @@ -48,6 +48,24 @@ Source code on `github <https://github.com/pymodbus-dev/pymodbus>`_
48
48
49
49
Full documentation for newest releases as well as the bleeding edge (dev) `readthedocs <https://pymodbus.readthedocs.io >`_
50
50
51
+ pymodbus is maintained in 2 versions:
52
+ - pymodbus, the official library
53
+ - pymodbus_ha_core
54
+
55
+ Pymodbus_ha_core
56
+ ----------------
57
+ `Pymodbus_ha_core <https://pypi.org/project/pymodbus-ha-core/ >`_ is
58
+ an alias to pymodbus, available on pypi.org.
59
+
60
+ Being an alias means it is 100% the same as pymodbus, without any extra
61
+ code, just another name.
62
+
63
+ This allows home-assistant to use a pymodbus version for the modbus integration,
64
+ while custom_components use another version.
65
+
66
+ We are offering to make other aliases for projects who need this, please
67
+ open an issue in the pymodbus project, with an explanation of why it is
68
+ needed.
51
69
52
70
Pymodbus in a nutshell
53
71
----------------------
You can’t perform that action at this time.
0 commit comments