From 0c5d0bb5222a0e2c013668fc351a9f4e8d995520 Mon Sep 17 00:00:00 2001 From: sveip Date: Wed, 13 Dec 2017 10:16:53 +0100 Subject: [PATCH] Specify the correct device name for hass.io (#4206) The doc might be misleading and make people believe they will have to add it manually with the curl command, which does not work. --- source/_docs/z-wave/installation.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 513028a96f0..15b87957cb0 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -159,7 +159,7 @@ To enable Z-Wave, plug your Z-Wave USB stick into your Raspberry Pi 3 and add th ```yaml zwave: - usb_path: /dev/ttyACM0 + usb_path: /dev/ttyAMA0 ``` 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: