mirror of
https://github.com/home-assistant/core.git
synced 2026-02-22 02:47:14 +00:00
15 lines
289 B
JSON
15 lines
289 B
JSON
{
|
|
"services": {
|
|
"invoke_pin": {
|
|
"description": "Starts playing content pinned on the specified device.",
|
|
"fields": {
|
|
"pin": {
|
|
"description": "ID of the pinned content.",
|
|
"name": "Pin ID"
|
|
}
|
|
},
|
|
"name": "Play pin"
|
|
}
|
|
}
|
|
}
|