From e4f4327353f18ab3e33dafa36d2257200204ffa4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 31 May 2023 21:57:45 +0000 Subject: [PATCH] Update README.md, strings.json, and services.yaml --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 74adea610..7f1e10eed 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 |