Allow false_positive to be null to fix Frigate 0.11 compatibility.

This commit is contained in:
Dermot Duffy
2022-05-18 21:20:23 -07:00
parent 51875ebda1
commit af5ec0f8be
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -4,11 +4,11 @@ import { StyleInfo } from 'lit/directives/style-map.js';
import { ZodSchema } from 'zod';
import { localize } from '../../localize/localize.js';
import {
CardHelpers,
ExtendedHomeAssistant,
SignedPath,
signedPathSchema,
StateParameters
CardHelpers,
ExtendedHomeAssistant,
SignedPath,
signedPathSchema,
StateParameters
} from '../../types.js';
import { stateIcon } from '../icons/state-icon.js';
import { getParseErrorKeys } from '../zod.js';