From b9f725932e92cbf1aae3092c0cc9c8af70370451 Mon Sep 17 00:00:00 2001 From: Christian Lasarczyk Date: Fri, 28 Jul 2017 21:02:12 +0200 Subject: [PATCH] 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. --- source/_components/media_player.sonos.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/media_player.sonos.markdown b/source/_components/media_player.sonos.markdown index 2938c1e2fda..9f54fa81732 100644 --- a/source/_components/media_player.sonos.markdown +++ b/source/_components/media_player.sonos.markdown @@ -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` %}