Enhancement: support authentication for Frigate widget (#6006)

Co-authored-by: shamoon <4887959+shamoon@users.noreply.github.com>
This commit is contained in:
Romloader
2025-11-25 20:34:54 +01:00
committed by GitHub
parent cf990063b9
commit c36c6a9012
3 changed files with 101 additions and 29 deletions

View File

@@ -14,4 +14,6 @@ widget:
type: frigate
url: http://frigate.host.or.ip:port
enableRecentEvents: true # Optional, defaults to false
username: username # optional
password: password # optional
```