Skip to content

Commit ef51255

Browse files
allanakfabaff
authored andcommitted
Update cover.zwave.markdown (home-assistant#4243)
* Update cover.zwave.markdown * Add link and fix syntax
1 parent 1a24650 commit ef51255

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

source/_components/cover.zwave.markdown

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: page
33
title: "Z-Wave Cover"
44
description: "Instructions how to setup the Z-Wave covers within Home Assistant."
5-
date: 2016-08-24 14:15
5+
date: 2016-12-18 19:41
66
sidebar: true
77
comments: false
88
sharing: true
@@ -16,3 +16,12 @@ ha_iot_class: "Local Push"
1616
Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home Assistant.
1717

1818
To get your Z-Wave covers working with Home Assistant, follow the instructions for the general [Z-Wave component](/components/zwave/).
19+
20+
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:
21+
22+
```yaml
23+
zwave:
24+
device_config:
25+
cover.my_cover:
26+
invert_openclose_buttons: true
27+
```

0 commit comments

Comments
 (0)