mirror of
https://github.com/home-assistant/core.git
synced 2025-07-27 23:27:37 +00:00
Use official spelling "FFmpeg" in ezviz
/ canary
/ onvif
(#140938)
* Use official spelling "FFmpeg" in `ezviz` * Use official spelling "FFmpeg" in `canary` Fix sentence-casing along the way. * Use official spelling "FFmpeg" in `onvif` Fix sentence-casing along the way
This commit is contained in:
parent
8afd9c0c44
commit
2ffec3415c
@ -21,8 +21,8 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras",
|
"ffmpeg_arguments": "Arguments passed to FFmpeg for cameras",
|
||||||
"timeout": "Request Timeout (seconds)"
|
"timeout": "Request timeout (seconds)"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -54,7 +54,7 @@
|
|||||||
"init": {
|
"init": {
|
||||||
"data": {
|
"data": {
|
||||||
"timeout": "Request timeout (seconds)",
|
"timeout": "Request timeout (seconds)",
|
||||||
"ffmpeg_arguments": "Arguments passed to ffmpeg for cameras"
|
"ffmpeg_arguments": "Arguments passed to FFmpeg for cameras"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -62,12 +62,12 @@
|
|||||||
"step": {
|
"step": {
|
||||||
"onvif_devices": {
|
"onvif_devices": {
|
||||||
"data": {
|
"data": {
|
||||||
"extra_arguments": "Extra FFMPEG arguments",
|
"extra_arguments": "Extra FFmpeg arguments",
|
||||||
"rtsp_transport": "RTSP transport mechanism",
|
"rtsp_transport": "RTSP transport mechanism",
|
||||||
"use_wallclock_as_timestamps": "Use wall clock as timestamps",
|
"use_wallclock_as_timestamps": "Use wall clock as timestamps",
|
||||||
"enable_webhooks": "Enable Webhooks"
|
"enable_webhooks": "Enable webhooks"
|
||||||
},
|
},
|
||||||
"title": "ONVIF Device Options"
|
"title": "ONVIF device options"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user