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

25 lines
639 B
JSON

{
"services": {
"start_record": {
"description": "Starts QVR Pro recording on specified channel.",
"fields": {
"guid": {
"description": "GUID of the channel to start recording.",
"name": "GUID"
}
},
"name": "Start record"
},
"stop_record": {
"description": "Stops QVR Pro recording on specified channel.",
"fields": {
"guid": {
"description": "GUID of the channel to stop recording.",
"name": "[%key:component::qvr_pro::services::start_record::fields::guid::name%]"
}
},
"name": "Stop record"
}
}
}