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.