Run pre-commit hooks.

This commit is contained in:
Jamie Norton
2024-07-15 19:38:11 +12:00
parent 40e9b469f3
commit 9451348988
3 changed files with 46 additions and 50 deletions

View File

@@ -1,17 +1,17 @@
---
title: Frigate
description: Frigate Widget Configuration
---
title: Frigate
description: Frigate Widget Configuration
---
Learn more about [Frigate](https://frigate.video/).
Learn more about [Frigate](https://frigate.video/).
Allowed fields: `["cameras", "uptime", "version"]`.
Allowed fields: `["cameras", "uptime", "version"]`.
A recent event listing is disabled by default, but can be enabled with the `enableRecentEvents` option.
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
```
```yaml
widget:
type: frigate
url: http://frigate.host.or.ip:port
enableRecentEvents: true
```