mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 13:56:53 +00:00
Specify the correct device name for hass.io (#4206)
The doc might be misleading and make people believe they will have to add it manually with the curl command, which does not work.
This commit is contained in:
parent
81ab944c86
commit
0c5d0bb522
@ -159,7 +159,7 @@ To enable Z-Wave, plug your Z-Wave USB stick into your Raspberry Pi 3 and add th
|
||||
|
||||
```yaml
|
||||
zwave:
|
||||
usb_path: /dev/ttyACM0
|
||||
usb_path: /dev/ttyAMA0
|
||||
```
|
||||
|
||||
For some devices the `/dev/ttyAMA0` device is not detected by udev and is therefore not mapped by Docker. To explicitly set this device for mapping to Home-Assistant, execute the following command using the ssh add-on:
|
||||
|
Loading…
x
Reference in New Issue
Block a user