Minor fixes.
This commit is contained in:
@@ -949,13 +949,6 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
|
|||||||
${this._renderNumberInput(CONF_VIEW_SCAN_UNTRIGGER_SECONDS, {
|
${this._renderNumberInput(CONF_VIEW_SCAN_UNTRIGGER_SECONDS, {
|
||||||
default: this._defaults.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(
|
${this._putInSubmenu(
|
||||||
MENU_VIEW_SCAN_ACTIONS,
|
MENU_VIEW_SCAN_ACTIONS,
|
||||||
true,
|
true,
|
||||||
|
|||||||
@@ -396,12 +396,12 @@
|
|||||||
"trigger": "Trigger action",
|
"trigger": "Trigger action",
|
||||||
"triggers": {
|
"triggers": {
|
||||||
"live": "Change to live",
|
"live": "Change to live",
|
||||||
"none": "Take no action"
|
"none": "No action"
|
||||||
},
|
},
|
||||||
"untrigger": "Untrigger action",
|
"untrigger": "Untrigger action",
|
||||||
"untriggers": {
|
"untriggers": {
|
||||||
"default": "Change to default view/camera",
|
"default": "Change to default view/camera",
|
||||||
"none": "Take no action"
|
"none": "No action"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"editor_label": "Scan mode",
|
"editor_label": "Scan mode",
|
||||||
|
|||||||
Reference in New Issue
Block a user