mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-25 02:06: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",
|
type: "glance",
|
||||||
showElement: true,
|
showElement: true,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: "grid",
|
|
||||||
showElement: true,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "history-graph",
|
type: "history-graph",
|
||||||
showElement: true,
|
showElement: true,
|
||||||
@ -95,6 +91,9 @@ export const coreCards: Card[] = [
|
|||||||
{
|
{
|
||||||
type: "entity-filter",
|
type: "entity-filter",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
type: "grid",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
type: "horizontal-stack",
|
type: "horizontal-stack",
|
||||||
},
|
},
|
||||||
|
@ -2502,6 +2502,10 @@
|
|||||||
"columns": "Columns",
|
"columns": "Columns",
|
||||||
"description": "The Glance card is useful to group multiple sensors in a compact overview."
|
"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": {
|
"history-graph": {
|
||||||
"name": "History Graph",
|
"name": "History Graph",
|
||||||
"description": "The History Graph card allows you to display a graph for each of the entities listed."
|
"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