Use create_stream in generic camera config flow (#73237)
* Use create_stream in generic camera config flow
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
"timeout": "Timeout while loading URL",
|
||||
"stream_no_route_to_host": "Could not find host while trying to connect to stream",
|
||||
"stream_io_error": "Input/Output error while trying to connect to stream. Wrong RTSP transport protocol?",
|
||||
"stream_unauthorised": "Authorisation failed while trying to connect to stream",
|
||||
"stream_not_permitted": "Operation not permitted while trying to connect to stream. Wrong RTSP transport protocol?",
|
||||
"stream_no_video": "Stream has no video"
|
||||
"stream_not_permitted": "Operation not permitted while trying to connect to stream. Wrong RTSP transport protocol?"
|
||||
},
|
||||
"abort": {
|
||||
"single_instance_allowed": "[%key:common::config_flow::abort::single_instance_allowed%]",
|
||||
@@ -78,15 +76,11 @@
|
||||
"unable_still_load": "[%key:component::generic::config::error::unable_still_load%]",
|
||||
"no_still_image_or_stream_url": "[%key:component::generic::config::error::no_still_image_or_stream_url%]",
|
||||
"invalid_still_image": "[%key:component::generic::config::error::invalid_still_image%]",
|
||||
"stream_file_not_found": "[%key:component::generic::config::error::stream_file_not_found%]",
|
||||
"stream_http_not_found": "[%key:component::generic::config::error::stream_http_not_found%]",
|
||||
"template_error": "[%key:component::generic::config::error::template_error%]",
|
||||
"timeout": "[%key:component::generic::config::error::timeout%]",
|
||||
"stream_no_route_to_host": "[%key:component::generic::config::error::stream_no_route_to_host%]",
|
||||
"stream_io_error": "[%key:component::generic::config::error::stream_io_error%]",
|
||||
"stream_unauthorised": "[%key:component::generic::config::error::stream_unauthorised%]",
|
||||
"stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]",
|
||||
"stream_no_video": "[%key:component::generic::config::error::stream_no_video%]"
|
||||
"stream_not_permitted": "[%key:component::generic::config::error::stream_not_permitted%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user