mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Decouple up-down and position inversion for KNX covers (#22798)
This commit is contained in:
parent
ed6cb5b012
commit
e034a2aef8
@ -843,6 +843,11 @@ travelling_time_up:
|
||||
required: false
|
||||
default: 25
|
||||
type: integer
|
||||
invert_updown:
|
||||
description: Set this to `true` to invert the binary up/down commands from/to your KNX actuator. Default is 0 for UP; 1 for DOWN.
|
||||
required: false
|
||||
default: false
|
||||
type: boolean
|
||||
invert_position:
|
||||
description: Set this to `true` if your actuator reports fully closed position as 0% in KNX.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user