mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update cover.zwave.markdown (#4243)
* Update cover.zwave.markdown * Add link and fix syntax
This commit is contained in:
parent
1a24650217
commit
ef51255884
@ -2,7 +2,7 @@
|
|||||||
layout: page
|
layout: page
|
||||||
title: "Z-Wave Cover"
|
title: "Z-Wave Cover"
|
||||||
description: "Instructions how to setup the Z-Wave covers within Home Assistant."
|
description: "Instructions how to setup the Z-Wave covers within Home Assistant."
|
||||||
date: 2016-08-24 14:15
|
date: 2016-12-18 19:41
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
@ -16,3 +16,12 @@ ha_iot_class: "Local Push"
|
|||||||
Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant.
|
Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant.
|
||||||
|
|
||||||
To get your Z-Wave covers working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
To get your Z-Wave covers working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
|
||||||
|
|
||||||
|
If you discover that you need to [invert the operation]](/docs/z-wave/installation/#invert_openclose_buttons) of open/close for a particular device, you may change this behavior in your Z-Wave section of your `configuration.yaml` file as follows:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
zwave:
|
||||||
|
device_config:
|
||||||
|
cover.my_cover:
|
||||||
|
invert_openclose_buttons: true
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user