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