From 1fdce311a997f6e49453a45db7459573c0a69c83 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 25 Oct 2015 01:56:32 -0700 Subject: [PATCH] Update zwave.markdown --- source/_components/zwave.markdown | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index 99807c7889b..132d033772e 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -11,13 +11,6 @@ logo: z-wave.png ha_category: Hub --- -

-Z-Wave support is currently broken as we're unable to compile -Python Open Z-Wave. -

- - - [Z-Wave](http://www.z-wave.com/) support for Home Assistant is very new. We have started now by integrating only the sensors. Support for Z-Wave can be added by plugging a Z-Wave USB stick into your computer. @@ -28,7 +21,7 @@ Please make sure you have the correct dependencies installed: ``` apt-get install cython3 libudev-dev python-sphinx python3-setuptools -pip3 install cython +pip3 install "cython<0.23" ``` As an alternative, the Home Assistant docker image has support for Z-Wave built-in.