mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-28 05:46:48 +00:00
26 lines
737 B
Markdown
26 lines
737 B
Markdown
---
|
|
layout: page
|
|
title: "Z-Wave"
|
|
description: "Instructions on how to integrate your existing Z-Wave within Home Assistant."
|
|
date: 2016-02-27 19:59
|
|
sidebar: true
|
|
comments: false
|
|
sharing: true
|
|
footer: true
|
|
logo: z-wave.png
|
|
ha_category: Hub
|
|
featured: true
|
|
ha_iot_class: "Local Push"
|
|
---
|
|
|
|
The [Z-Wave](http://www.z-wave.com/) integration for Home Assistant allows you to observe and control connected Z-Wave devices. Please see the [Z-Wave getting started section](/docs/z-wave/) for in-depth documentation on how to use and setup the Z-Wave component.
|
|
|
|
## {% linkable_title Configuration %}
|
|
|
|
If you have setup the requirements, then add the following entry `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
zwave:
|
|
```
|