From faa08f9e1fc8a3d6a3578878aa5deb2ea078ebc6 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Wed, 24 Oct 2018 09:48:54 -0400 Subject: [PATCH] Review Update --- src/panels/lovelace/entity-rows/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }