Fixed order of zwave/backend.zwave
This commit is contained in:
parent
3429fd6318
commit
4b2507a710
1 changed files with 4 additions and 4 deletions
|
@ -282,12 +282,12 @@ firmware, nor an MQTT service in between.
|
|||
```yaml
|
||||
backend.http:
|
||||
port: 8008
|
||||
|
||||
|
||||
zwave:
|
||||
device: /dev/ttyUSB0
|
||||
|
||||
backend.zwave:
|
||||
enabled: true
|
||||
|
||||
backend.zwave:
|
||||
device: /dev/ttyUSB0
|
||||
```
|
||||
|
||||
- Start Platypush (by running `platypush` or through a systemd service) and point your browser
|
||||
|
|
Loading…
Reference in a new issue