diff --git a/src/config/types.ts b/src/config/types.ts index a8aceed8..3b7d12e6 100644 --- a/src/config/types.ts +++ b/src/config/types.ts @@ -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'])