Minor fixes.

This commit is contained in:
Dermot Duffy
2024-01-25 22:40:29 -08:00
parent 2d3817100b
commit 53fa1e0659
2 changed files with 2 additions and 9 deletions
-7
View File
@@ -949,13 +949,6 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
${this._renderNumberInput(CONF_VIEW_SCAN_UNTRIGGER_SECONDS, {
default: this._defaults.view.scan.untrigger_seconds,
})}
${this._renderOptionSelector(
CONF_VIEW_SCAN_ACTIONS_TRIGGER,
this._scanActionsTrigger,
{
label: localize('config.view.scan.actions.trigger'),
},
)}
${this._putInSubmenu(
MENU_VIEW_SCAN_ACTIONS,
true,
+2 -2
View File
@@ -396,12 +396,12 @@
"trigger": "Trigger action",
"triggers": {
"live": "Change to live",
"none": "Take no action"
"none": "No action"
},
"untrigger": "Untrigger action",
"untriggers": {
"default": "Change to default view/camera",
"none": "Take no action"
"none": "No action"
}
},
"editor_label": "Scan mode",