Update zwave.markdown

This commit is contained in:
Pascal Vizeli 2018-01-05 18:28:13 +01:00 committed by GitHub
parent 1d7c8dce63
commit 0b77723072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,12 +24,6 @@ If you need GPIO on Raspberry Pi 3 for your Z-Wave module, add the following lin
dtoverlay=pi3-miniuart-bt dtoverlay=pi3-miniuart-bt
``` ```
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:
```bash
$ curl -d '{"devices": ["ttyAMA0"]}' http://hassio/homeassistant/options
```
After that, you need to change `usb_path` to `/dev/ttyAMA0` in your `configuration.yaml`. After that, you need to change `usb_path` to `/dev/ttyAMA0` in your `configuration.yaml`.
```yaml ```yaml