mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-15 13:26:54 +00:00
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
This commit is contained in:
parent
741d3f2084
commit
af45c0b5dd
@ -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`|
|
||||
|
Loading…
x
Reference in New Issue
Block a user