mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 09:47:13 +00:00
Update KNX services.yaml (#26014)
Fixes wrong (outdated?) services.yaml for knx integration.
This commit is contained in:
parent
8b66c11706
commit
d4046cb6e4
@ -1,5 +1,9 @@
|
|||||||
group_write:
|
send:
|
||||||
description: Turn a light on.
|
description: "Send arbitrary data directly to the KNX bus."
|
||||||
fields:
|
fields:
|
||||||
address: {description: Group address(es) to write to., example: 1/1/0}
|
address:
|
||||||
data: {description: KNX data to send., example: 1}
|
description: "Group address(es) to write to."
|
||||||
|
example: "1/1/0"
|
||||||
|
payload:
|
||||||
|
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."
|
||||||
|
example: "[0, 4]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user