From 66989f9c7b46c2c76c0489de14b10f553f802dfd Mon Sep 17 00:00:00 2001 From: Erik Montnemery Date: Wed, 3 Apr 2024 12:12:19 +0200 Subject: [PATCH] Document homeworks.send_command (#32011) Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/homeworks.markdown | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/source/_integrations/homeworks.markdown b/source/_integrations/homeworks.markdown index 7d6af8280b7..a5d65753d1b 100644 --- a/source/_integrations/homeworks.markdown +++ b/source/_integrations/homeworks.markdown @@ -27,3 +27,14 @@ Homeworks keypad buttons are momentary switches. The button is pressed and rele {% include integrations/config_flow.md %} The protocol for automatically extracting device information from the controller isn't documented. Lights and keypads need to be added manually. This is done by configuring the integration after it has been added. + +## Services + +### Service `send_command` + +Send a custom command to the Lutron Homeworks controller. + +| Service data attribute | Optional | Example | Description | +| ---------------------- | -------- | ----------------------- | --------------------------------------------------- | +| `controller_id` | No | `homeworks` | The controller to which the command should be sent to. | +| `command` | No | `KBP, [02:08:02:01], 1` | The command you want to send. This can either be a single command or a list of commands. |