From e034a2aef85e5aa43905807d706dc3f69cbf529a Mon Sep 17 00:00:00 2001 From: Matthias Alphart Date: Sat, 21 May 2022 10:33:25 +0200 Subject: [PATCH] Decouple up-down and position inversion for KNX covers (#22798) --- source/_integrations/knx.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index 69199908f58..94d75a1bfbe 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -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