You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
408 B
18 lines
408 B
---
|
|
title: Frigate
|
|
description: Frigate Widget Configuration
|
|
---
|
|
|
|
Learn more about [Frigate](https://frigate.video/).
|
|
|
|
Allowed fields: `["cameras", "uptime", "version"]`.
|
|
|
|
A recent event listing is disabled by default, but can be enabled with the `enableRecentEvents` option.
|
|
|
|
```yaml
|
|
widget:
|
|
type: frigate
|
|
url: http://frigate.host.or.ip:port
|
|
enableRecentEvents: true # Optional, defaults to false
|
|
```
|