From 0d16182555da2549d6f71b437fd5790db3f4f441 Mon Sep 17 00:00:00 2001 From: Zack Arnett Date: Fri, 30 Oct 2020 18:21:10 -0500 Subject: [PATCH 1/2] Fix Translations and card picker --- src/panels/lovelace/editor/lovelace-cards.ts | 7 +++---- src/translations/en.json | 4 ++++ 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/src/panels/lovelace/editor/lovelace-cards.ts b/src/panels/lovelace/editor/lovelace-cards.ts index 6da45eef0068..5842e566c91e 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 6323e70856ba..e13b5a27a2ab 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 is 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." From eb6053a9dba89b3e496e3449c6b4429b32d73079 Mon Sep 17 00:00:00 2001 From: Zack Barett Date: Sun, 1 Nov 2020 16:58:29 -0600 Subject: [PATCH 2/2] Update src/translations/en.json Co-authored-by: Bram Kragten --- src/translations/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/translations/en.json b/src/translations/en.json index e13b5a27a2ab..78034f08cdd1 100755 --- a/src/translations/en.json +++ b/src/translations/en.json @@ -2504,7 +2504,7 @@ }, "grid": { "name": "Grid", - "description": "The Grid card is allows you to show multiple cards in a grid." + "description": "The Grid card allows you to show multiple cards in a grid." }, "history-graph": { "name": "History Graph",