.storage/lovelace.dashboard_home
This commit is contained in:
@@ -727,6 +727,40 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "New section"
|
||||
},
|
||||
{
|
||||
"type": "custom:power-gauge-card",
|
||||
"entity": "sensor.meter00_power",
|
||||
"max": 10000,
|
||||
"grid_options": {
|
||||
"columns": "full",
|
||||
"rows": "auto"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "Pool",
|
||||
"heading_style": "title"
|
||||
},
|
||||
{
|
||||
"show_name": true,
|
||||
"show_icon": true,
|
||||
"type": "button",
|
||||
"entity": "input_boolean.pool_pump_in_use"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
@@ -935,40 +969,6 @@
|
||||
}
|
||||
],
|
||||
"column_span": 2
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "Pool",
|
||||
"heading_style": "title"
|
||||
},
|
||||
{
|
||||
"show_name": true,
|
||||
"show_icon": true,
|
||||
"type": "button",
|
||||
"entity": "input_boolean.pool_pump_in_use"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "grid",
|
||||
"cards": [
|
||||
{
|
||||
"type": "heading",
|
||||
"heading": "New section"
|
||||
},
|
||||
{
|
||||
"type": "custom:power-gauge-card",
|
||||
"entity": "sensor.meter00_power",
|
||||
"max": 10000,
|
||||
"grid_options": {
|
||||
"columns": "full",
|
||||
"rows": "auto"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"badges": [
|
||||
|
||||
Reference in New Issue
Block a user