From 46447e34fa219caa0df23e511b8a0894b558caae Mon Sep 17 00:00:00 2001 From: Josh Nichols Date: Tue, 31 Oct 2017 03:33:41 -0400 Subject: [PATCH] Update list of media_players supporting shuffle (#3846) * Update list of media_players supporting shuffle. This is based on doing a [search for SUPPORT_SHUFFLE_SET](https://github.com/home-assistant/home-assistant/search?utf8=%E2%9C%93&q=SUPPORT_SHUFFLE_SET&type=) * Add links while I'm here --- source/_components/media_player.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_components/media_player.markdown b/source/_components/media_player.markdown index daa7b072c55..18350ce1326 100644 --- a/source/_components/media_player.markdown +++ b/source/_components/media_player.markdown @@ -57,7 +57,8 @@ Available services: `turn_on`, `turn_off`, `toggle`, `volume_up`, `volume_down`, | `source` | no | Name of the source to switch to. Platform dependent. | #### {% linkable_title Service `media_player/shuffle_set` %} -Currently only supports Spotify. + +Currently only supported on [Spotify](/components/media_player.spotify/), [MPD](/components/media_player.mpd/), [Kodi](/components/media_player.kodi/), and [Universal](/components/media_player.universal/). | Service data attribute | Optional | Description | | ---------------------- | -------- | ---------------------------------------------------- |