Add 'show_details' open to show details next to thumbnails.

This commit is contained in:
Dermot Duffy
2022-03-20 18:10:48 -07:00
parent b9a627702f
commit c4ec94573c
7 changed files with 30 additions and 1 deletions
+1
View File
@@ -265,6 +265,7 @@ export class FrigateCardTimeline extends LitElement {
const config: ThumbnailsControlConfig = {
mode: 'above',
show_details: true,
};
// TODO move to configuration later.