Merge pull request #48 from dermotduffy/no-menu-buttons-should-work
Allow menu_buttons to be optional
This commit is contained in:
+1
-1
@@ -68,7 +68,7 @@ export const frigateCardConfigSchema = z.object({
|
||||
clips: z.boolean().default(true),
|
||||
snapshots: z.boolean().default(true),
|
||||
frigate_ui: z.boolean().default(true),
|
||||
}),
|
||||
}).optional(),
|
||||
entities: z.object({
|
||||
entity: z.string(),
|
||||
show: z.boolean().default(true),
|
||||
|
||||
Reference in New Issue
Block a user