Trigger actions (#20709)
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
CI / AMD64 Build (push) Waiting to run

* add backend trigger actions

* config

* frontend types

* add actions to form and wizard

* i18n

* docs

* use camera level notification enabled check
This commit is contained in:
Josh Hawkins
2025-10-28 15:13:04 -06:00
committed by GitHub
parent 6ccf8cd2b8
commit 576f692dae
10 changed files with 88 additions and 18 deletions
+4 -3
View File
@@ -903,8 +903,9 @@
"description": "Description"
},
"actions": {
"alert": "Mark as Alert",
"notification": "Send Notification"
"notification": "Send Notification",
"sub_label": "Add Sub Label",
"attribute": "Add Attribute"
},
"dialog": {
"createTrigger": {
@@ -959,7 +960,7 @@
},
"actions": {
"title": "Actions",
"desc": "By default, Frigate fires an MQTT message for all triggers. Choose an additional action to perform when this trigger fires.",
"desc": "By default, Frigate fires an MQTT message for all triggers. Sub labels add the trigger name to the object label. Attributes are searchable metadata stored separately in the tracked object metadata.",
"error": {
"min": "At least one action must be selected."
}