description:"Payload to send to the bus. Integers are treated as DPT 1/2/3 payloads. For DPTs > 6 bits send a list. Each value represents 1 octet (0-255). Pad with 0 to DPT byte length."
description:"Optional. If set, the payload will not be sent as raw bytes, but encoded as given DPT. Knx sensor types are valid values (see https://www.home-assistant.io/integrations/sensor.knx)."
description:"Add or remove exposures to KNX bus. Only exposures added with this service can be removed."
fields:
address:
name:"Group address"
description:"Group address state or attribute updates will be sent to. GroupValueRead requests will be answered. Per address only one exposure can be registered."
required:true
example:"1/1/0"
selector:
text:
type:
name:"Value type"
description:"Telegrams will be encoded as given DPT. 'binary' and all Knx sensor types are valid values (see https://www.home-assistant.io/integrations/sensor.knx)"
required:true
example:"percentU8"
selector:
text:
entity_id:
name:"Entity"
description:"Entity id whose state or attribute shall be exposed."
required:true
example:"light.kitchen"
selector:
entity:
attribute:
name:"Entity attribute"
description:"Optional. Attribute of the entity that shall be sent to the KNX bus. If not set the state will be sent. Eg. for a light the state is eigther “on” or “off” - with attribute you can expose its “brightness”."
description:"Optional. Default value to send to the bus if the state or attribute value is None. Eg. a light with state “off” has no brightness attribute so a default value of 0 could be used. If not set (or None) no value would be sent to the bus and a GroupReadRequest to the address would return the last known value."