* adding custom service to Spotify component to allow to play random playlist music * fixing findings * improving naming * improving way of using required parameters
9 lines
No EOL
315 B
YAML
9 lines
No EOL
315 B
YAML
play_playlist:
|
|
description: Play a Spotify playlist.
|
|
fields:
|
|
media_content_id:
|
|
description: Spotify URI of the playlist.
|
|
example: 'spotify:playlist:0IpRnqCHSjun48oQRX1Dy7'
|
|
random_song:
|
|
description: True to select random song at start, False to start from beginning.
|
|
example: true |