Remove old TODO.

This commit is contained in:
Dermot Duffy
2023-10-30 01:59:01 -07:00
parent e12912fa85
commit 984e60f626
-3
View File
@@ -832,9 +832,6 @@ export const frigateCardPTZSchema = z.preprocess(
return out;
},
frigateCardPTZActions.extend({
// TODO strip from config update
// type: z.literal('custom:frigate-card-ptz'),
mode: z.enum(['off', 'on']).default(livePTZControlsDefaults.mode),
position: z
.enum(['top-left', 'top-right', 'bottom-left', 'bottom-right'])