Add respond_to_read option to KNX switch (#18173)

This commit is contained in:
Matthias Alphart 2021-06-27 18:34:49 +02:00 committed by GitHub
parent 984d414b68
commit 59c710e293
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1474,6 +1474,11 @@ invert:
required: false
type: boolean
default: false
respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`.
required: false
type: boolean
default: false
{% endconfiguration %}
The optional `state_address` can be used to inform Home Assistant about state changes not triggered by a telegram to the `address` e.g., if you configure a timer on a channel. If a KNX message is seen on the bus addressed to the given state address, this will overwrite the state of the switch object.