feat: Allow user generated notifications (#2401)

This commit is contained in:
Dermot Duffy
2026-03-07 20:47:24 -08:00
committed by GitHub
parent 1d81e03b04
commit 24c6b98948
53 changed files with 939 additions and 471 deletions
+4
View File
@@ -35,6 +35,7 @@ status_bar:
| `severity` | The media severity indicator (if any) for review severity (e.g. Frigate alerts/detections). |
| `technology` | The detected media technology (if any). |
| `title` | The media title. |
| `upgrade` | An indicator that appears when a configuration upgrade is available. |
### Options for each item
@@ -85,4 +86,7 @@ status_bar:
title:
enabled: true
priority: 50
upgrade:
enabled: true
priority: 50
```