From c891fca7aae5cd89892049d46f7e6d03674b04a3 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 17 Jan 2022 17:02:02 -0800 Subject: [PATCH] Add README example. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 6cc0f9fc..9ba445d3 100644 --- a/README.md +++ b/README.md @@ -1075,6 +1075,24 @@ overrides: +### Refreshing a static image + +
+ Expand: Auto-refreshing a static image + +This example fetches a static image every 10 seconds (in this case the latest image saved on the Frigate server for a given camera). + +```yaml +[...] +view: + default: image + timeout: 10 + update_force: true +image: + src: https://my-friage-server/api/living_room/latest.jpg +``` +
+ ## Card Refreshes