1
0
mirror of https://github.com/home-assistant/core.git synced 2026-06-02 13:44:32 +01:00
Files
core/homeassistant/components/media_extractor/strings.json
T

19 lines
531 B
JSON

{
"services": {
"play_media": {
"name": "Play media",
"description": "Downloads file from given URL.",
"fields": {
"media_content_id": {
"name": "Media content ID",
"description": "The ID of the content to play. Platform dependent."
},
"media_content_type": {
"name": "Media content type",
"description": "The type of the content to play. Must be one of MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST MUSIC."
}
}
}
}
}