You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/hassio/zwave.markdown
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -16,17 +16,16 @@ zwave:
16
16
usb_path: /dev/ttyACM0
17
17
```
18
18
19
-
If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `config.txt`:
19
+
If you need GPIO on raspberry-pi3 for your Z-Wave module, add the following line into `config.txt`:
20
20
```
21
21
dtoverlay=pi3-miniuart-bt
22
22
```
23
23
24
-
For some exceptional devices, the `/dev/ttyAMA0` will not be detected by udev and are therefor not mapped with docker.
25
-
So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
24
+
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:
0 commit comments