diff --git a/src/panels/lovelace/editor/lovelace-cards.ts b/src/panels/lovelace/editor/lovelace-cards.ts index 6da45eef00..5842e566c9 100644 --- a/src/panels/lovelace/editor/lovelace-cards.ts +++ b/src/panels/lovelace/editor/lovelace-cards.ts @@ -29,10 +29,6 @@ export const coreCards: Card[] = [ type: "glance", showElement: true, }, - { - type: "grid", - showElement: true, - }, { type: "history-graph", showElement: true, @@ -95,6 +91,9 @@ export const coreCards: Card[] = [ { type: "entity-filter", }, + { + type: "grid", + }, { type: "horizontal-stack", }, diff --git a/src/translations/en.json b/src/translations/en.json index 6323e70856..78034f08cd 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2502,6 +2502,10 @@ "columns": "Columns", "description": "The Glance card is useful to group multiple sensors in a compact overview." }, + "grid": { + "name": "Grid", + "description": "The Grid card allows you to show multiple cards in a grid." + }, "history-graph": { "name": "History Graph", "description": "The History Graph card allows you to display a graph for each of the entities listed."