Changed example to ACM from USB (#4804)
Most Z-Wave sticks identify as ttyACM rather than ttyUSB - changing the example in the docs to fit what'll work for most people
This commit is contained in:
parent
a303c393d9
commit
7965cb8b07
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ On Raspberry Pi you will need to enable the serial interface in the `raspi-confi
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
zwave:
|
zwave:
|
||||||
usb_path: /dev/ttyUSB0
|
usb_path: /dev/ttyACM0
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration zwave %}
|
{% configuration zwave %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue