hass-core/homeassistant/components/ffmpeg/strings.json
Joost Lekkerkerker b367c95c81
Add more common translations (#96429)
* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations

* Add common translations
2023-07-12 22:00:05 -04:00

34 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."
}
}
}
}
}