1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 02:18:47 +00:00
Files
2025-10-28 10:33:10 +01:00

40 lines
1022 B
JSON

{
"config": {
"step": {
"user": {
"description": "[%key:common::config_flow::description::confirm_setup%]"
}
}
},
"services": {
"extract_media_url": {
"description": "Extract media URL from a service.",
"fields": {
"format_query": {
"description": "Youtube-dl query to select the quality of the result.",
"name": "Format query"
},
"url": {
"description": "URL where the media can be found.",
"name": "Media URL"
}
},
"name": "Get media URL"
},
"play_media": {
"description": "Downloads file from given URL.",
"fields": {
"media_content_id": {
"description": "The ID of the content to play. Platform dependent.",
"name": "Media content ID"
},
"media_content_type": {
"description": "The type of the content to play.",
"name": "Media content type"
}
},
"name": "Play media"
}
}
}