add content for services.yaml in component media_extractor (#27608)

* add content for services.yaml for media_extractor component

* remove example data

* add empty line on end of file

* Update services.yaml
pull/27623/head
Moritz Fey 2019-10-13 22:53:42 +02:00 committed by Paulus Schoutsen
parent 1d2b59db82
commit 48c1a0290c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
play_media:
description: Downloads file from given url.
fields:
entity_id:
description: Name(s) of entities to play media on.
example: 'media_player.living_room_chromecast'
media_content_id:
description: The ID of the content to play. Platform dependent.
example: 'https://soundcloud.com/bruttoband/brutto-11'
media_content_type:
description: The type of the content to play. Must be one of MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST MUSIC.
example: 'music'