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