From af45c0b5dd4889c7be51f5142e4a6ccf349b31f5 Mon Sep 17 00:00:00 2001 From: Phil Hawthorne Date: Sun, 6 Oct 2019 19:49:21 +1000 Subject: [PATCH] Update switch documentation for all entities (#10626) #19006 changed the way services interact with all entities. This PR just updates the documentation to reflect that the user must use `all` to target all switches --- source/_integrations/switch.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/switch.markdown b/source/_integrations/switch.markdown index 5e5ace9ec26..762cfec9c80 100644 --- a/source/_integrations/switch.markdown +++ b/source/_integrations/switch.markdown @@ -23,4 +23,4 @@ In the frontend open the sidebar. At the bottom, under **Developer Tools**, clic | Service data attribute | Optional | Description | | ---------------------- | -------- | ----------- | -| `entity_id` | yes | Only act on a specific switch. Otherwise, it targets all switches. +| `entity_id` | no | The entity ID of the switch to control. To target all switches, set the entity ID to `all`|