From b0580e70d2bdbdf1fe2e73ac96df2dfcd1c5859a Mon Sep 17 00:00:00 2001 From: Bram Kragten Date: Fri, 7 Dec 2018 11:43:49 +0100 Subject: [PATCH] Fix horizontal stack (#2210) --- src/panels/lovelace/editor/hui-card-picker.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panels/lovelace/editor/hui-card-picker.ts b/src/panels/lovelace/editor/hui-card-picker.ts index af8950750c..c2e339aa45 100644 --- a/src/panels/lovelace/editor/hui-card-picker.ts +++ b/src/panels/lovelace/editor/hui-card-picker.ts @@ -28,7 +28,7 @@ const cards = [ { name: "Gauge", type: "gauge" }, { name: "Glance", type: "glance" }, { name: "History Graph", type: "history-graph" }, - { name: "Horizontal Stack", type: "horizontal-graph" }, + { name: "Horizontal Stack", type: "horizontal-stack" }, { name: "iFrame", type: "iframe" }, { name: "Light", type: "light" }, { name: "Map", type: "map" },