Allow the user to specify image URL for image live provider.
This commit is contained in:
@@ -41,7 +41,8 @@
|
||||
"icon": "Icon for this camera (Autodetected from entity)",
|
||||
"image": {
|
||||
"editor_label": "Image Options",
|
||||
"refresh_seconds": "Number of seconds after which to refresh live image (0=never)"
|
||||
"refresh_seconds": "Number of seconds after which to refresh live image (0=never)",
|
||||
"url": "Image URL to use instead of camera entity snapshot"
|
||||
},
|
||||
"id": "Unique id for this camera in this card",
|
||||
"live_provider": "Live view provider for this camera",
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"icon": "Icona per questa telecamera (Autoidentificato dall'entità)",
|
||||
"image": {
|
||||
"editor_label": "",
|
||||
"refresh_seconds": ""
|
||||
"refresh_seconds": "",
|
||||
"url": ""
|
||||
},
|
||||
"id": "ID univoco per questa telecamera in questa carta",
|
||||
"live_provider": "Provider di visualizzazione dal vivo per questa telecamera",
|
||||
|
||||
@@ -41,7 +41,8 @@
|
||||
"icon": "Ícone para esta câmera (detectado automaticamente pela entidade)",
|
||||
"image": {
|
||||
"editor_label": "",
|
||||
"refresh_seconds": ""
|
||||
"refresh_seconds": "",
|
||||
"url": ""
|
||||
},
|
||||
"id": "ID exclusivo para esta câmera nesse cartão",
|
||||
"live_provider": "Provedor de visualização ao vivo para esta câmera",
|
||||
|
||||
Reference in New Issue
Block a user