1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 05:57:01 +00:00
Files
core/homeassistant/components/ffmpeg/strings.json
2025-10-28 10:33:10 +01:00

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%]"
}
}
}