Add zone/label support.

This commit is contained in:
Dermot Duffy
2021-08-16 08:38:35 -07:00
parent 84356281f1
commit 5ca5624dbd
3 changed files with 68 additions and 15 deletions
+1
View File
@@ -26,6 +26,7 @@ export const frigateCardConfigSchema = z.object({
live_provider: z.enum(["frigate", "webrtc"]).default("frigate"),
webrtc: z.object({}).passthrough().optional(),
label: z.string().optional(),
zone: z.string().optional(),
// Stock lovelace card config.
type: z.string(),