From ce6d578576f6b557247431f62b8b204e5a3ec84b Mon Sep 17 00:00:00 2001 From: JudgeDredd Date: Sun, 19 Feb 2017 03:14:52 -0500 Subject: [PATCH] referenced python-openzwave in virtualenv (#2087) added cross-reference to python-openzwave in virtualenv. This change is dependent on https://github.com/home-assistant/home-assistant.github.io/pull/2086 --- source/getting-started/z-wave.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/getting-started/z-wave.markdown b/source/getting-started/z-wave.markdown index 098cadace68..bd59ff1ee4a 100644 --- a/source/getting-started/z-wave.markdown +++ b/source/getting-started/z-wave.markdown @@ -13,6 +13,10 @@ footer: true There is currently support for climate, covers, lights, locks, sensors, switches and thermostats. All will be picked up automatically after configuring this platform. +### {% linkable_title Installation in Virtualenv (python-OpenZWace) %} + +If you installed Home Assistant using a virtual environment then please read the instructions on [Installing python-OpenZWave in a virtualenv](https://home-assistant.io/getting-started/installation-virtualenv/#installing-python-openzwave-in-a-virtualenv). + ### {% linkable_title Installation %} To allow Home Assistant to talk to your Z-Wave USB stick you will have to compile the OpenZWave library and install the related [python-OpenZWave package](https://github.com/OpenZWave/python-openzwave). This can be done as follows. _(Note: The Home Assistant docker image and the All In One installer have support for Z-Wave already built-in!)_