From 984e60f626c01ca5a8a3616607e5f37dab55e190 Mon Sep 17 00:00:00 2001 From: Dermot Duffy Date: Mon, 30 Oct 2023 01:59:01 -0700 Subject: [PATCH] Remove old TODO. --- src/config/types.ts | 3 --- 1 file changed, 3 deletions(-) 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'])