mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 15:26:59 +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
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
zwave:
|
zwave:
|
||||||
usb_path: /dev/ttyUSB0
|
usb_path: /dev/ttyACM0
|
||||||
```
|
```
|
||||||
|
|
||||||
{% configuration zwave %}
|
{% configuration zwave %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user