1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-22 02:47:14 +00:00
Files
core/homeassistant/components/openhome/strings.json
2025-10-28 10:33:10 +01:00

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"
}
}
}