From a7f2172b490c77061986ae7f7af784c92bff9581 Mon Sep 17 00:00:00 2001 From: JudgeDredd Date: Sat, 18 Feb 2017 21:03:04 -0500 Subject: [PATCH] wrong directory (#2080) following the tutorial, it seems the folder should be /srv/homeassistant, not /svr/hass --- source/getting-started/z-wave.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index 1e02d9d8f31..098cadace68 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -58,7 +58,7 @@ With this installation, your `config_path` needed below will resemble: If you followed along with setting up a virtual environment, your path will be: ```bash -/srv/hass/python-openzwave/openzwave/config +/srv/homeassistant/python-openzwave/openzwave/config ```