Switched values to downcase. (#13406)
This commit is contained in:
parent
7fd687f59c
commit
630734ca15
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue