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 file name to clipboardExpand all lines: README.md
+38-2Lines changed: 38 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ From the newly created *broadlink-mqtt* folder, install the required Python mod
25
25
`pip install -r requirements.txt`
26
26
27
27
## Configuration
28
-
By default, *broadlink-mqtt* will configure using parameters from `mqtt.conf`. This configuration file may be altered during a repository update, so another configuration file is provided for editing: `custom.conf`
28
+
By default, *broadlink-mqtt* will configure using parameters from `mqtt.conf`. This configuration file may be altered during a repository update, so another configuration file is provided for editing: `custom.conf`. This will not be overwritten when updating *broadlink-mqtt*.
29
29
30
30
`custom.conf` overrides `mqtt.conf`. Copy the contents of `mqtt.conf` into `custom.conf` and continue editing only `custom.conf`.
31
31
@@ -47,7 +47,43 @@ Format supports next placeholders:
47
47
48
48
49
49
## Start
50
-
Just start `mqtt.py` script using Python interpreter
50
+
Just start `mqtt.py` script using Python interpreter. You may have to use `python3`.
0 commit comments