Update Z-Wave docs

This commit is contained in:
Paulus Schoutsen 2015-11-15 23:30:37 -08:00
parent 2f9ee08fbd
commit 81b4d8701c
4 changed files with 36 additions and 9 deletions

View File

@ -11,7 +11,4 @@ logo: z-wave.png
ha_category: Light ha_category: Light
--- ---
To get your Z-Wave lights working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
The zwave light platform allows you to use your [Z-Wave](http://www.z-wave.com/) lights with Home Assistant.

View File

@ -0,0 +1,14 @@
---
layout: component
title: "Z-Wave sensor"
description: "Instructions how to setup the Z-Wave sensors within Home Assistant."
date: 2015-11-15 13:00
sidebar: true
comments: false
sharing: true
footer: true
logo: z-wave.png
ha_category: Sensor
---
To get your Z-Wave sensors working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -0,0 +1,14 @@
---
layout: component
title: "Z-Wave switch"
description: "Instructions how to setup the Z-Wave switches within Home Assistant."
date: 2015-11-15 13:00
sidebar: true
comments: false
sharing: true
footer: true
logo: z-wave.png
ha_category: Switch
---
To get your Z-Wave switches working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).

View File

@ -11,20 +11,22 @@ logo: z-wave.png
ha_category: Hub ha_category: Hub
--- ---
[Z-Wave](http://www.z-wave.com/) support for Home Assistant is very new. We have started now by integrating only the sensors. [Z-Wave](http://www.z-wave.com/) integration for Home Assistant allows you to observe and control connected Z-Wave devices. Z-Wave support requires a Z-Wave USB stick to be plugged into the host.
Support for Z-Wave can be added by plugging a Z-Wave USB stick into your computer. There is currently support for switches, lights and sensors. All will be picked up automatically after configuring this platform.
To allow Home Assistant to talk to your Z-Wave USB stick you will have to compile `Python Open Z-Wave` yourself. We have made it easy and added a script that will do just that for you: `script/build_python_openzwave`. ### Installation
Please make sure you have the correct dependencies installed: To allow Home Assistant to talk to your Z-Wave USB stick you will have to compile Python Open Z-Wave. This can be done using [this script](https://github.com/balloob/home-assistant/blob/dev/script/build_python_openzwave). _(The Home Assistant docker image has support for Z-Wave built-in)_
Make sure you have the correct dependencies installed before running the script:
```bash ```bash
$ apt-get install cython3 libudev-dev python-sphinx python3-setuptools $ apt-get install cython3 libudev-dev python-sphinx python3-setuptools
$ pip3 install "cython<0.23" $ pip3 install "cython<0.23"
``` ```
As an alternative, the Home Assistant docker image has support for Z-Wave built-in. ### Configuration
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry