mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 07:16:47 +00:00

* e.g. to e.g., and proper case for Home Assistant * Instructions how to -> Instructions on how to
24 lines
698 B
Markdown
24 lines
698 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.
|
|
|
|
If you have setup the requirements, then add the following entry `configuration.yaml` file:
|
|
|
|
```yaml
|
|
# Example configuration.yaml entry
|
|
zwave:
|
|
```
|