From 5fdc911d30847b6ceb27094d2ebda6ccebe97e48 Mon Sep 17 00:00:00 2001 From: Bas Nijholt Date: Wed, 31 May 2023 15:05:02 -0700 Subject: [PATCH] Update README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 74adea61..7f1e10ee 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,11 @@ TODO: ... +| Service data attribute | Description | Required | Type | +|:-------------------------|:--------------------------------------------------------------------------------------------------------------------------------|:-----------|:---------------------| +| `entity_id` | The `entity_id` of the switch with the settings to apply. 📝 | ✅ | list of `entity_id`s | +| `lights` | A light (or list of lights) to apply the settings to. 💡 | ❌ | list of `entity_id`s | +| `switch_type` | Which switch to target in this service call. Options: "main" (default, targets the main switch), "sleep", "brightness", "color" | ✅ | str |