Merge pull request #48 from dermotduffy/no-menu-buttons-should-work

Allow menu_buttons to be optional
This commit is contained in:
Dermot Duffy
2021-09-04 13:45:48 -07:00
committed by GitHub
+1 -1
View File
@@ -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),