Skip to content

Commit 0ebd6e7

Browse files
authored
Update zwave.markdown
1 parent 5d8f1d3 commit 0ebd6e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/hassio/zwave.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dtoverlay=pi3-miniuart-bt
2424
For some exceptional devices, the `/dev/ttyAMA0` will not be detected by udev and are therefor not mapped with docker.
2525
So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
2626
```bash
27-
$ curl -d '{"devices": ["ttyAMA0"]}' http://172.17.0.2/homeassistant/options
27+
$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
2828
```
2929
After that, you need change `usb_path` to `/dev/ttyAMA0`.
3030

0 commit comments

Comments
 (0)