mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-14 12:56:54 +00:00
Added documentation for invert_percent configuration for zwave rollershutte (#9216)
This commit is contained in:
parent
d9fad023b9
commit
fadf8456de
@ -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 %}
|
||||
|
@ -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 %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user