Remove old TODO.
This commit is contained in:
@@ -832,9 +832,6 @@ export const frigateCardPTZSchema = z.preprocess(
|
|||||||
return out;
|
return out;
|
||||||
},
|
},
|
||||||
frigateCardPTZActions.extend({
|
frigateCardPTZActions.extend({
|
||||||
// TODO strip from config update
|
|
||||||
// type: z.literal('custom:frigate-card-ptz'),
|
|
||||||
|
|
||||||
mode: z.enum(['off', 'on']).default(livePTZControlsDefaults.mode),
|
mode: z.enum(['off', 'on']).default(livePTZControlsDefaults.mode),
|
||||||
position: z
|
position: z
|
||||||
.enum(['top-left', 'top-right', 'bottom-left', 'bottom-right'])
|
.enum(['top-left', 'top-right', 'bottom-left', 'bottom-right'])
|
||||||
|
|||||||
Reference in New Issue
Block a user