mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
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
@ -43,7 +43,7 @@ On Raspberry Pi you will need to enable the serial interface in the `raspi-confi
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
zwave:
|
||||
usb_path: /dev/ttyUSB0
|
||||
usb_path: /dev/ttyACM0
|
||||
```
|
||||
|
||||
{% configuration zwave %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user