Delete 'reset_after' reference for KNX switches (#16123)

In the HA documentation 'reset_after' is mentioned in the 'invert' description of switches. This should be removed as 'reset_after' is not applicable for HA.
This commit is contained in:
KNXBroker 2021-01-08 13:35:36 +01:00 committed by GitHub
parent 096746a061
commit 3cfb48b964
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1098,7 +1098,7 @@ state_address:
required: false
type: string
invert:
description: Invert the telegrams payload before processing or sending. This is applied before `reset_after` is evaluated so the reset will send "1" to the bus.
description: Invert the telegrams payload before processing or sending.
required: false
type: boolean
default: False