Remove unused strings from generic camera (#80796)

Co-authored-by: Dave T <davet2001@users.noreply.github.com>
pull/81139/head
Dave T 2022-10-28 11:35:09 +01:00 committed by GitHub
parent 16ac063b71
commit 67644f4bc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 14 deletions

View File

@ -8,8 +8,6 @@
"invalid_still_image": "URL did not return a valid still image",
"malformed_url": "Malformed URL",
"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.",
"timeout": "Timeout while loading URL",
"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%]"
}
},
"content_type": {
"description": "Specify the content type for the stream.",
"data": {
"content_type": "Content Type"
}
},
"user_confirm_still": {
"title": "Preview",
"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"
}
},
"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": {
"title": "[%key:component::generic::config::step::user_confirm_still::title%]",
"description": "[%key:component::generic::config::step::user_confirm_still::description%]",