Move live provider into the camera config.
This commit is contained in:
@@ -18,11 +18,18 @@
|
||||
"frigate_url": "Frigate server URL",
|
||||
"title": "Title for this camera (Autodetected from entity)",
|
||||
"icon": "Icon for this camera (Autodetected from entity)",
|
||||
"zone": "Frigate zone",
|
||||
"live_provider": "Live view provider for this camera",
|
||||
"live_providers": {
|
||||
"auto": "Automatic",
|
||||
"frigate": "Frigate",
|
||||
"frigate-jsmpeg": "Frigate JSMpeg",
|
||||
"webrtc": "WebRTC"
|
||||
},
|
||||
"webrtc": {
|
||||
"entity": "WebRTC Camera Entity (Not a Frigate camera)",
|
||||
"url": "WebRTC Camera URL"
|
||||
}
|
||||
},
|
||||
"zone": "Frigate zone"
|
||||
},
|
||||
"view": {
|
||||
"default": "Default view",
|
||||
@@ -64,13 +71,6 @@
|
||||
},
|
||||
"live": {
|
||||
"preload": "Preload live view in the background",
|
||||
"provider": "Live view provider",
|
||||
"providers": {
|
||||
"auto": "Automatic",
|
||||
"frigate": "Frigate",
|
||||
"frigate-jsmpeg": "Frigate JSMpeg",
|
||||
"webrtc": "WebRTC"
|
||||
},
|
||||
"draggable": "Live cameras view can be dragged/swiped",
|
||||
"lazy_load": "Live cameras are lazily loaded in carousel",
|
||||
"controls": {
|
||||
|
||||
Reference in New Issue
Block a user