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:
Phil Hawthorne 2019-10-06 19:49:21 +10:00 committed by Franck Nijhof
parent 741d3f2084
commit af45c0b5dd

View File

@ -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`|