diff --git a/source/hassio/zwave.markdown b/source/hassio/zwave.markdown index 3ffe692ecf5..3be0947a5f0 100644 --- a/source/hassio/zwave.markdown +++ b/source/hassio/zwave.markdown @@ -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 ``` -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`. ```yaml