Add helpers to list when searching in add integration (#12159)

This commit is contained in:
Bram Kragten
2022-03-30 15:55:54 +02:00
committed by GitHub
parent 062f21aa91
commit 86afd883a5
4 changed files with 56 additions and 24 deletions

View File

@@ -35,6 +35,7 @@ import { documentationUrl } from "../../util/documentation-url";
import { showAlertDialog } from "../generic/show-dialog-box";
import {
DataEntryFlowDialogParams,
FlowHandlers,
LoadingReason,
} from "./show-dialog-data-entry-flow";
import "./step-flow-abort";
@@ -85,7 +86,7 @@ class DataEntryFlowDialog extends LitElement {
@state() private _areas?: AreaRegistryEntry[];
@state() private _handlers?: string[];
@state() private _handlers?: FlowHandlers;
@state() private _handler?: string;