diff --git a/source/_integrations/knx.markdown b/source/_integrations/knx.markdown index bc81ae02a0e..f92d8d4cdf0 100644 --- a/source/_integrations/knx.markdown +++ b/source/_integrations/knx.markdown @@ -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.