From 99460b8b57da704a273da58481f4b13bf4ee9706 Mon Sep 17 00:00:00 2001 From: Ness Date: Fri, 12 Jul 2019 06:27:50 -0500 Subject: [PATCH] Update Raspberry Pi specific (#9833) Added information that the rebooted is necessary after enabling the serial interface. --- 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 2ff4bf18eb1..54877fe3a68 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -156,7 +156,7 @@ $ ls -1tr /dev/tty*|tail -n 1 #### Raspberry Pi specific -On the Raspberry Pi you will need to enable the serial interface in the `raspi-config` tool before you can add Z-Wave to Home Assistant. +On the Raspberry Pi you will need to enable the serial interface in the `raspi-config` tool before you can add Z-Wave to Home Assistant. Make sure to reboot the Raspberry Pi for the setting to take effect. #### Linux (except Hassbian)