Allow false_positive to be null to fix Frigate 0.11 compatibility.
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user