Remove unused strings from generic camera (#80796)
Co-authored-by: Dave T <davet2001@users.noreply.github.com>pull/81139/head
parent
16ac063b71
commit
67644f4bc5
|
@ -8,8 +8,6 @@
|
||||||
"invalid_still_image": "URL did not return a valid still image",
|
"invalid_still_image": "URL did not return a valid still image",
|
||||||
"malformed_url": "Malformed URL",
|
"malformed_url": "Malformed URL",
|
||||||
"relative_url": "Relative URLs are not allowed",
|
"relative_url": "Relative URLs are not allowed",
|
||||||
"stream_file_not_found": "File not found while trying to connect to stream (is ffmpeg installed?)",
|
|
||||||
"stream_http_not_found": "HTTP 404 Not found while trying to connect to stream",
|
|
||||||
"template_error": "Error rendering template. Review log for more info.",
|
"template_error": "Error rendering template. Review log for more info.",
|
||||||
"timeout": "Timeout while loading URL",
|
"timeout": "Timeout while loading URL",
|
||||||
"stream_no_route_to_host": "Could not find host while trying to connect to stream",
|
"stream_no_route_to_host": "Could not find host while trying to connect to stream",
|
||||||
|
@ -34,12 +32,6 @@
|
||||||
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content_type": {
|
|
||||||
"description": "Specify the content type for the stream.",
|
|
||||||
"data": {
|
|
||||||
"content_type": "Content Type"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"user_confirm_still": {
|
"user_confirm_still": {
|
||||||
"title": "Preview",
|
"title": "Preview",
|
||||||
"description": "![Camera Still Image Preview]({preview_url})",
|
"description": "![Camera Still Image Preview]({preview_url})",
|
||||||
|
@ -68,12 +60,6 @@
|
||||||
"use_wallclock_as_timestamps": "This option may correct segmenting or crashing issues arising from buggy timestamp implementations on some cameras"
|
"use_wallclock_as_timestamps": "This option may correct segmenting or crashing issues arising from buggy timestamp implementations on some cameras"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"content_type": {
|
|
||||||
"description": "[%key:component::generic::config::step::content_type::description%]",
|
|
||||||
"data": {
|
|
||||||
"content_type": "[%key:component::generic::config::step::content_type::data::content_type%]"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"confirm_still": {
|
"confirm_still": {
|
||||||
"title": "[%key:component::generic::config::step::user_confirm_still::title%]",
|
"title": "[%key:component::generic::config::step::user_confirm_still::title%]",
|
||||||
"description": "[%key:component::generic::config::step::user_confirm_still::description%]",
|
"description": "[%key:component::generic::config::step::user_confirm_still::description%]",
|
||||||
|
|
Loading…
Reference in New Issue