From e0ab75a8cb2145a6a8f52eb72a14ec2fc558df24 Mon Sep 17 00:00:00 2001 From: Andreas Ahrens Date: Fri, 19 May 2017 08:58:17 +0200 Subject: [PATCH] Update media_player.markdown (#2656) Changed shuffle_set from 'source' to 'shuffle' --- source/_components/media_player.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index b34b849927a..bd8054caa3d 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -71,4 +71,4 @@ 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 | +| `shuffle` | no | `true`/`false` for enabling/disabling shuffle |