Fixed typo (#3071)

Text says "If no `entity_id` is provided, all speakers are snapshotted.", so I assume setting `entity_id` as optional=no is a typo in the table. Not double checked with the sources, as I have problems with this feature yet.
This commit is contained in:
Christian Lasarczyk 2017-07-28 21:02:12 +02:00 committed by Fredrik Lindqvist
parent 6e4f5f36c7
commit b9f725932e

View File

@ -61,7 +61,7 @@ Take a snapshot of what is currently playing on one or more speakers. This servi
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings that point at `entity_id`s of coordinator speakers.
| `entity_id` | yes | String or list of strings that point at `entity_id`s of coordinator speakers.
| `with_group` | yes | Should be also snapshot the group state of the speaker.
### {% linkable_title Service `sonos_restore` %}
@ -70,7 +70,7 @@ Restore a previously taken snapshot of one or more speakers. If no `entity_id` i
| Service data attribute | Optional | Description |
| ---------------------- | -------- | ----------- |
| `entity_id` | no | String or list of strings that point at `entity_id`s of coordinator speakers.
| `entity_id` | yes | String or list of strings that point at `entity_id`s of coordinator speakers.
| `with_group` | yes | Should be also restore the group state of the speaker. Only if was snapshot with group.
### {% linkable_title Service `sonos_join` %}