diff --git a/src/panels/lovelace/entity-rows/types.ts b/src/panels/lovelace/entity-rows/types.ts index 87ff9f70bd..6d145f2698 100644 --- a/src/panels/lovelace/entity-rows/types.ts +++ b/src/panels/lovelace/entity-rows/types.ts @@ -24,5 +24,5 @@ export type EntityRowConfig = export interface EntityRow { hass: HomeAssistant; - setConfig(config: EntityConfig); + setConfig(config: EntityRowConfig); }