mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-17 14:26:51 +00:00
Update Z-Wave docs
This commit is contained in:
parent
2f9ee08fbd
commit
81b4d8701c
@ -11,7 +11,4 @@ logo: z-wave.png
|
||||
ha_category: Light
|
||||
---
|
||||
|
||||
|
||||
The zwave light platform allows you to use your [Z-Wave](http://www.z-wave.com/) lights with Home Assistant.
|
||||
|
||||
|
||||
To get your Z-Wave lights working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
||||
|
14
source/_components/sensor.zwave.markdown
Normal file
14
source/_components/sensor.zwave.markdown
Normal 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/).
|
14
source/_components/switch.zwave.markdown
Normal file
14
source/_components/switch.zwave.markdown
Normal 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/).
|
@ -11,20 +11,22 @@ logo: z-wave.png
|
||||
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
|
||||
$ apt-get install cython3 libudev-dev python-sphinx python3-setuptools
|
||||
$ pip3 install "cython<0.23"
|
||||
```
|
||||
|
||||
As an alternative, the Home Assistant docker image has support for Z-Wave built-in.
|
||||
### Configuration
|
||||
|
||||
```yaml
|
||||
# Example configuration.yaml entry
|
||||
|
Loading…
x
Reference in New Issue
Block a user