mirror of
https://github.com/home-assistant/core.git
synced 2025-07-11 07:17:12 +00:00
Use official spelling "FFmpeg" in user-facing strings (#140937)
* Use official spelling "FFmpeg" in user-facing strings * Replace "a" with "an"
This commit is contained in:
parent
05c61b7ec3
commit
d99df8701c
@ -2,7 +2,7 @@
|
|||||||
"services": {
|
"services": {
|
||||||
"restart": {
|
"restart": {
|
||||||
"name": "[%key:common::action::restart%]",
|
"name": "[%key:common::action::restart%]",
|
||||||
"description": "Sends a restart command to a ffmpeg based sensor.",
|
"description": "Sends a restart command to an FFmpeg-based sensor.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
@ -12,7 +12,7 @@
|
|||||||
},
|
},
|
||||||
"start": {
|
"start": {
|
||||||
"name": "[%key:common::action::start%]",
|
"name": "[%key:common::action::start%]",
|
||||||
"description": "Sends a start command to a ffmpeg based sensor.",
|
"description": "Sends a start command to an FFmpeg-based sensor.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
@ -22,7 +22,7 @@
|
|||||||
},
|
},
|
||||||
"stop": {
|
"stop": {
|
||||||
"name": "[%key:common::action::stop%]",
|
"name": "[%key:common::action::stop%]",
|
||||||
"description": "Sends a stop command to a ffmpeg based sensor.",
|
"description": "Sends a stop command to an FFmpeg-based sensor.",
|
||||||
"fields": {
|
"fields": {
|
||||||
"entity_id": {
|
"entity_id": {
|
||||||
"name": "Entity",
|
"name": "Entity",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user