core/homeassistant/components/qvr_pro/strings.json

25 lines
639 B
JSON

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