From fadf8456dea49e43cdb8abc9c071e34e50bd5485 Mon Sep 17 00:00:00 2001 From: Tommaso Marchionni Date: Mon, 17 Jun 2019 23:45:18 +0200 Subject: [PATCH] Added documentation for invert_percent configuration for zwave rollershutte (#9216) --- source/_components/zwave.markdown | 3 ++- source/_docs/z-wave/installation.markdown | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/source/_components/zwave.markdown b/source/_components/zwave.markdown index ba60c98e34b..b763a36811c 100644 --- a/source/_components/zwave.markdown +++ b/source/_components/zwave.markdown @@ -131,13 +131,14 @@ Z-Wave garage doors, blinds, and roller shutters are supported as cover in Home To get your Z-Wave covers working with Home Assistant, follow the instructions for the general [Z-Wave component](#configuration). -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: +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, in addition you can also [invert percent position](/docs/z-wave/installation/#invert_percent): ```yaml zwave: device_config: cover.my_cover: invert_openclose_buttons: true + invert_percent: true ``` ## {% linkable_title Lock %} diff --git a/source/_docs/z-wave/installation.markdown b/source/_docs/z-wave/installation.markdown index 10b11875174..7db0e78eb96 100644 --- a/source/_docs/z-wave/installation.markdown +++ b/source/_docs/z-wave/installation.markdown @@ -82,6 +82,11 @@ device_config / device_config_domain / device_config_glob: required: false type: boolean default: false + invert_percent: + description: Inverts the percentage of the position for the cover domain. This will invert the position and state reporting. + required: false + type: boolean + default: false {% endconfiguration %} ### {% linkable_title Network Key %}