mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 05:46:52 +00:00
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:
parent
6e4f5f36c7
commit
b9f725932e
@ -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` %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user