mirror of https://github.com/home-assistant/core
35 lines
948 B
JSON
35 lines
948 B
JSON
{
|
|
"services": {
|
|
"restart": {
|
|
"name": "[%key:common::action::restart%]",
|
|
"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": {
|
|
"name": "[%key:common::action::start%]",
|
|
"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": {
|
|
"name": "[%key:common::action::stop%]",
|
|
"description": "Sends a stop command to a ffmpeg based sensor.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"name": "Entity",
|
|
"description": "Name of entity that will stop. Platform dependent."
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|