We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d8f1d3 commit 0ebd6e7Copy full SHA for 0ebd6e7
source/hassio/zwave.markdown
@@ -24,7 +24,7 @@ dtoverlay=pi3-miniuart-bt
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:
26
```bash
27
-$ curl -d '{"devices": ["ttyAMA0"]}' http://172.17.0.2/homeassistant/options
+$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
28
```
29
After that, you need change `usb_path` to `/dev/ttyAMA0`.
30
0 commit comments