From ef51255884716cfed5250379f98fff764d194edd Mon Sep 17 00:00:00 2001 From: Allan Klein Date: Mon, 18 Dec 2017 23:44:35 -0800 Subject: [PATCH] Update cover.zwave.markdown (#4243) * Update cover.zwave.markdown * Add link and fix syntax --- source/_components/cover.zwave.markdown | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/source/_components/cover.zwave.markdown b/source/_components/cover.zwave.markdown index b3204b21089..1986d5604c4 100644 --- a/source/_components/cover.zwave.markdown +++ b/source/_components/cover.zwave.markdown @@ -2,7 +2,7 @@ layout: page title: "Z-Wave Cover" 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 comments: false 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. 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 +```