diff --git a/docs/examples.md b/docs/examples.md index 654669d3..fb23a028 100644 --- a/docs/examples.md +++ b/docs/examples.md @@ -713,6 +713,8 @@ status_bar: This example shows an icon and a message on the status bar when a camera is triggered, replacing the existing contents of the status bar through the use of `exclusive`. +![](images/dynamic-status.gif 'Dynamic Status Messages :size=400') + ```yaml type: custom:frigate-card cameras: diff --git a/docs/images/dynamic-status.gif b/docs/images/dynamic-status.gif new file mode 100644 index 00000000..0021b8d0 Binary files /dev/null and b/docs/images/dynamic-status.gif differ diff --git a/docs/screenshots.md b/docs/screenshots.md index 33b9c698..d8c6f587 100644 --- a/docs/screenshots.md +++ b/docs/screenshots.md @@ -91,6 +91,12 @@ cameras of different dimensions, and custom submenus per camera. ![](images/video-scrubbing.gif 'Video scrubbing :size=400') +## Status Bar + +### Dynamic Status Messages + +![](images/dynamic-status.gif 'Dynamic Status Messages :size=400') + ## Submenus ![](images/submenu.gif 'Configurable submenus :size=400')