Update zwave.markdown

This commit is contained in:
Pascal Vizeli 2017-07-31 21:57:01 +02:00 committed by GitHub
parent aea77829fd
commit fb1abda1cb

View File

@ -21,7 +21,7 @@ If you need GPIO on raspberry-pi3 for you Z-Wave module add follow line into `co
dtoverlay=pi3-miniuart-bt dtoverlay=pi3-miniuart-bt
``` ```
For very special device, the `/dev/ttyAMA0` will not by udev and not mapped to docker. So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on: For very special device, the `/dev/ttyAMA0` will not detect by udev and not mapped with docker. So you need explicit set this device for mapping to Home-Assistant. Execute this command on ssh add-on:
```bash ```bash
$ curl -d '{"devices": "/dev/ttyAMA0"}' http://172.17.0.2/homeassistant/options $ curl -d '{"devices": "/dev/ttyAMA0"}' http://172.17.0.2/homeassistant/options
``` ```