From 630734ca152a04ff1fc6c9830626618e8a2397a8 Mon Sep 17 00:00:00 2001 From: Matt Hamrick <mjhamrick@google.com> Date: Fri, 23 Mar 2018 13:54:36 -0700 Subject: [PATCH] Switched values to downcase. (#13406) --- homeassistant/components/media_player/services.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/media_player/services.yaml b/homeassistant/components/media_player/services.yaml index beaea8a8ad0..95072f0270c 100644 --- a/homeassistant/components/media_player/services.yaml +++ b/homeassistant/components/media_player/services.yaml @@ -131,8 +131,8 @@ play_media: description: The ID of the content to play. Platform dependent. example: 'https://home-assistant.io/images/cast/splash.png' media_content_type: - description: The type of the content to play. Must be one of MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST - example: 'MUSIC' + description: The type of the content to play. Must be one of music, tvshow, video, episode, channel or playlist + example: 'music' select_source: description: Send the media player the command to change input source. -- GitLab