mirror of
https://github.com/home-assistant/core.git
synced 2025-12-26 05:57:01 +00:00
35 lines
951 B
JSON
35 lines
951 B
JSON
{
|
|
"services": {
|
|
"restart": {
|
|
"description": "Sends a restart command to an FFmpeg-based sensor.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"description": "Name of entity that will restart. Platform dependent.",
|
|
"name": "Entity"
|
|
}
|
|
},
|
|
"name": "[%key:common::action::restart%]"
|
|
},
|
|
"start": {
|
|
"description": "Sends a start command to an FFmpeg-based sensor.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"description": "Name of entity that will start. Platform dependent.",
|
|
"name": "Entity"
|
|
}
|
|
},
|
|
"name": "[%key:common::action::start%]"
|
|
},
|
|
"stop": {
|
|
"description": "Sends a stop command to an FFmpeg-based sensor.",
|
|
"fields": {
|
|
"entity_id": {
|
|
"description": "Name of entity that will stop. Platform dependent.",
|
|
"name": "Entity"
|
|
}
|
|
},
|
|
"name": "[%key:common::action::stop%]"
|
|
}
|
|
}
|
|
}
|