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" },