Fix entity row editor (#22078)

This commit is contained in:
Paul Bottein 2024-09-25 15:42:29 +02:00 committed by GitHub
parent dc940f248c
commit 7462f8fbe3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,6 +3,7 @@ import { getRowElementClass } from "../../create-element/create-row-element";
import { LovelaceRowConfig } from "../../entity-rows/types";
import type { LovelaceRowEditor } from "../../types";
import { HuiTypedElementEditor } from "../hui-typed-element-editor";
import "../config-elements/hui-generic-entity-row-editor";
const GENERIC_ROW_TYPE = "generic-row";