Grid Card: Fix Card Picker (#7562)

Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
Zack Barett 2020-11-02 03:47:24 -06:00 committed by GitHub
parent da12233ade
commit e52be20fba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 4 deletions

View File

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

View File

@ -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."