Add README example.

This commit is contained in:
Dermot Duffy
2022-01-17 17:02:02 -08:00
parent 49d299e8f3
commit c891fca7aa
+18
View File
@@ -1075,6 +1075,24 @@ overrides:
</details>
### Refreshing a static image
<details>
<summary>Expand: Auto-refreshing a static image</summary>
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
```
</details>
<a name="card-updates"></a>
## Card Refreshes