Add left/right to editor & README.

This commit is contained in:
Dermot Duffy
2022-03-25 19:22:44 -07:00
parent 40ed9ee336
commit b49081c5c8
3 changed files with 12 additions and 2 deletions
+8
View File
@@ -262,6 +262,14 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
value: 'below',
label: localize('config.event_viewer.controls.thumbnails.modes.below'),
},
{
value: 'left',
label: localize('config.event_viewer.controls.thumbnails.modes.left'),
},
{
value: 'right',
label: localize('config.event_viewer.controls.thumbnails.modes.right'),
},
];
protected _thumbnailMedias = [
+2
View File
@@ -80,6 +80,8 @@
"modes": {
"below": "Thumbnails below the media",
"above": "Thumbnails above the media",
"left": "Thumbnails in a drawer left of the media",
"right": "Thumbnails in a drawer right of the media",
"none": "No thumbnails"
}
},