From 7e979f0cf18c568ed78187863a36b59c10a95cf6 Mon Sep 17 00:00:00 2001 From: Ian Richardson Date: Mon, 30 Sep 2019 15:25:09 -0500 Subject: [PATCH] add image option to entities card (#3832) --- src/panels/lovelace/components/hui-generic-entity-row.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/panels/lovelace/components/hui-generic-entity-row.ts b/src/panels/lovelace/components/hui-generic-entity-row.ts index f00e5f93d9..9ec024dc0f 100644 --- a/src/panels/lovelace/components/hui-generic-entity-row.ts +++ b/src/panels/lovelace/components/hui-generic-entity-row.ts @@ -51,6 +51,7 @@ class HuiGenericEntityRow extends LitElement { .hass=${this.hass} .stateObj=${stateObj} .overrideIcon=${this.config.icon} + .overrideImage=${this.config.image} >