2023-07-11 21:57:29 +00:00
|
|
|
{
|
|
|
|
"services": {
|
|
|
|
"restart": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::restart%]",
|
2023-07-11 21:57:29 +00:00
|
|
|
"description": "Sends a restart command to a ffmpeg based sensor.",
|
|
|
|
"fields": {
|
|
|
|
"entity_id": {
|
|
|
|
"name": "Entity",
|
|
|
|
"description": "Name of entity that will restart. Platform dependent."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"start": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::start%]",
|
2023-07-11 21:57:29 +00:00
|
|
|
"description": "Sends a start command to a ffmpeg based sensor.",
|
|
|
|
"fields": {
|
|
|
|
"entity_id": {
|
|
|
|
"name": "Entity",
|
|
|
|
"description": "Name of entity that will start. Platform dependent."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"stop": {
|
2023-07-13 02:00:05 +00:00
|
|
|
"name": "[%key:common::action::stop%]",
|
2023-07-11 21:57:29 +00:00
|
|
|
"description": "Sends a stop command to a ffmpeg based sensor.",
|
|
|
|
"fields": {
|
|
|
|
"entity_id": {
|
|
|
|
"name": "Entity",
|
|
|
|
"description": "Name of entity that will stop. Platform dependent."
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|