feat: Add new casting profile (#1575)

* feat: Add new `casting` profile

* Set some additional flags for casting
This commit is contained in:
Dermot Duffy
2024-09-23 20:24:35 -07:00
committed by GitHub
parent d203f529f8
commit 1e0a990855
12 changed files with 78 additions and 6 deletions
+1
View File
@@ -611,6 +611,7 @@ export class FrigateCardEditor extends LitElement implements LovelaceCardEditor
protected _profiles: EditorSelectOption[] = [
{ value: '', label: '' },
{ value: 'casting', label: localize('config.profiles.casting') },
{ value: 'low-performance', label: localize('config.profiles.low-performance') },
{ value: 'scrubbing', label: localize('config.profiles.scrubbing') },
];