Added documentation for invert_percent configuration for zwave rollershutte (#9216)

This commit is contained in:
Tommaso Marchionni 2019-06-17 23:45:18 +02:00 committed by Paulus Schoutsen
parent d9fad023b9
commit fadf8456de
2 changed files with 7 additions and 1 deletions

View File

@ -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 %}

View File

@ -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 %}