Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions src/panels/lovelace/editor/lovelace-cards.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,6 @@ export const coreCards: Card[] = [
type: "glance",
showElement: true,
},
{
type: "grid",
showElement: true,
},
{
type: "history-graph",
showElement: true,
Expand Down Expand Up @@ -95,6 +91,9 @@ export const coreCards: Card[] = [
{
type: "entity-filter",
},
{
type: "grid",
},
{
type: "horizontal-stack",
},
Expand Down
4 changes: 4 additions & 0 deletions src/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down