mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-23 17:26:42 +00:00
Grid Card: Fix Card Picker (#7562)
Co-authored-by: Bram Kragten <mail@bramkragten.nl>
This commit is contained in:
parent
da12233ade
commit
e52be20fba
@ -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",
|
||||
},
|
||||
|
@ -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."
|
||||
|
Loading…
x
Reference in New Issue
Block a user