Decouple up-down and position inversion for KNX covers (#22798)

This commit is contained in:
Matthias Alphart 2022-05-21 10:33:25 +02:00 committed by GitHub
parent ed6cb5b012
commit e034a2aef8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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