mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Document the default for with_group option (#9598)
* Document the default for with_group option
* ✏️ Tweak
This commit is contained in:
parent
f73c073a80
commit
be3c1cbc68
@ -35,7 +35,7 @@ The queue is not snapshotted and must be left untouched until the restore. Using
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | yes | The speakers to snapshot.
|
||||
| `with_group` | yes | Should we also snapshot the group layout and the state of other speakers in the group.
|
||||
| `with_group` | yes | Should we also snapshot the group layout and the state of other speakers in the group, defaults to true.
|
||||
|
||||
|
||||
### {% linkable_title Service `sonos.restore` %}
|
||||
@ -53,7 +53,7 @@ A cloud queue cannot be restarted. This includes queues started from within Spot
|
||||
| Service data attribute | Optional | Description |
|
||||
| ---------------------- | -------- | ----------- |
|
||||
| `entity_id` | yes | String or list of `entity_id`s that should have their snapshot restored.
|
||||
| `with_group` | yes | Should we also restore the group layout and the state of other speakers in the group.
|
||||
| `with_group` | yes | Should we also restore the group layout and the state of other speakers in the group, defaults to true.
|
||||
|
||||
### {% linkable_title Service `sonos.join` %}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user