Add config path if following the virtual environment setup (#1104)

This commit is contained in:
Kevin Christensen 2016-10-04 08:33:15 -07:00 committed by Fabian Affolter
parent 4a0c430b31
commit 82a1b49abe

View File

@ -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 /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 %} ### {% linkable_title Configuration %}