Clarify KNX respond_to_read (#39445)

This commit is contained in:
Matthias Alphart 2025-06-10 08:35:10 +02:00 committed by GitHub
parent 9e6ba641de
commit af4568c062
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -555,7 +555,7 @@ address:
required: true required: true
type: [string, list] type: [string, list]
remove: remove:
description: If `True` the group address will be removed. description: If `true` the group address will be removed.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -571,7 +571,7 @@ The `knx.exposure_register` action can be used to register (or unregister) expos
{% configuration %} {% configuration %}
remove: remove:
description: In addition to the configuration variables of [expose](#exposing-entity-states-entity-attributes-or-time-to-knx-bus) `remove` set to `True` can be used to remove exposures. Only `address` is required for removal. description: In addition to the configuration variables of [expose](#exposing-entity-states-entity-attributes-or-time-to-knx-bus) `remove` set to `true` can be used to remove exposures. Only `address` is required for removal.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -1264,7 +1264,7 @@ state_address:
required: false required: false
type: [string, list] type: [string, list]
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -1331,7 +1331,7 @@ state_address:
required: false required: false
type: [string, list] type: [string, list]
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -1735,7 +1735,7 @@ type:
required: true required: true
type: [string, integer] type: [string, integer]
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -1868,7 +1868,7 @@ options:
required: true required: true
type: integer type: integer
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -2204,7 +2204,7 @@ invert:
type: boolean type: boolean
default: false default: false
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -2267,7 +2267,7 @@ type:
type: [string, integer] type: [string, integer]
default: latin_1 default: latin_1
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false
@ -2320,7 +2320,7 @@ state_address:
required: false required: false
type: [string, list] type: [string, list]
respond_to_read: respond_to_read:
description: Respond to GroupValueRead telegrams received to the configured `address`. description: If `true`, the entity will respond to GroupValueRead telegrams received on the configured `address` by sending a GroupValueResponse to the same `address`. This is typically used when Home Assistant acts as the state provider for the KNX bus. In such cases, only `address` is configured, and `state_address` is not set. Read-requests to passive or state addresses don't trigger responses.
required: false required: false
type: boolean type: boolean
default: false default: false