diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index 1148a5b78db..b34b849927a 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -64,3 +64,11 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`, | ---------------------- | -------- | ---------------------------------------------------- | | `entity_id` | yes | Target a specific media player. Defaults to all. | | `source` | no | Name of the source to switch to. Platform dependent. | + +#### {% linkable_title Service `media_player/shuffle_set` %} +Currently only supports Spotify. + +| Service data attribute | Optional | Description | +| ---------------------- | -------- | ---------------------------------------------------- | +| `entity_id` | no | Target a specific media player. For example `media_player.spotify`| +| `source` | no | `true`/`false` for enabling/disabling shuffle |