diff --git a/atom.xml b/atom.xml index bf6643843a..760e31ce22 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@
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.
+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:
zwave:
+ device_config:
+ cover.my_cover:
+ invert_openclose_buttons: true
+
+