From 82a1b49abeb14d76ce87ef4f8077986104bfc131 Mon Sep 17 00:00:00 2001 From: Kevin Christensen Date: Tue, 4 Oct 2016 08:33:15 -0700 Subject: [PATCH] Add config path if following the virtual environment setup (#1104) --- source/getting-started/z-wave.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index b7d7ca094ee..55fdcd4b58f 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -51,6 +51,11 @@ With this installation, your `config_path` needed below will resemble: /usr/local/lib/python3.4/dist-packages/libopenzwave-0.3.0b8-py3.4-linux-x86_64.egg/config ``` +If you followed along with setting up a virtual environment, your path will be: +```bash +/srv/hass/python-openzwave/openzwave/config +``` + ### {% linkable_title Configuration %}