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:
DubhAd 2018-03-06 20:14:52 +00:00 committed by Fabian Affolter
parent a303c393d9
commit 7965cb8b07

View File

@ -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 %}