You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
copy the `modbus<https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/custom_components/modbus>`_
21
-
folder into your `custom_components folder</docs/creating_integration_file_structure/#where-home-assistant-looks-for-integrations>`_.
14
+
copy the [modbus](https://github.com/pymodbus-dev/homeassistant_modbus/blob/dev/custom_components/modbus)
15
+
folder into your [custom_components folder](https://developers.home-assistant.io/docs/creating_integration_file_structure/#where-home-assistant-looks-for-integrations).
22
16
23
-
Testing
24
-
-------
17
+
## Testing
25
18
26
19
To run the test suite create a virtualenv and install test dependencies::
27
20
@@ -34,8 +27,7 @@ the test suite::
34
27
$ pytest
35
28
36
29
37
-
Custom modbus in a nutshell
38
-
---------------------------
30
+
## Custom modbus in a nutshell
39
31
40
32
This is a custom component version of the official Homeassistant modbus,
41
33
with active maintenance.
@@ -50,14 +42,13 @@ REMARK: custom modbus is part of the pymodbus development organisation, tying it
50
42
firmly to pymodbus.
51
43
52
44
53
-
Why a custom component ?
54
-
------------------------
45
+
## Why a custom component ?
55
46
The reason involves a bit of history.
56
47
57
48
I maintained the homeassistant modbus component for years and had
58
49
developer status in the homeassistant repo. In fact at the time of writing
59
50
this I am still #34 alltime most active contributor in
0 commit comments