Skip to content

Commit

Permalink
Remove old TODO.
Browse files Browse the repository at this point in the history
  • Loading branch information
dermotduffy committed Oct 30, 2023
1 parent e12912f commit 984e60f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'])
Expand Down

0 comments on commit 984e60f

Please sign in to comment.