.storage/lovelace.dashboard_home

This commit is contained in:
Home Assistant Version Control
2026-07-28 15:40:40 +00:00
parent 1c41fce72a
commit 7de2970058
+7 -7
View File
@@ -744,6 +744,13 @@
"rows": "auto" "rows": "auto"
} }
}, },
{
"type": "custom:power-gauge-bar-card",
"entities": [
"sensor.meter00_power"
],
"max": 7500
},
{ {
"type": "custom:power-gauge-bar-card", "type": "custom:power-gauge-bar-card",
"entities": [ "entities": [
@@ -768,13 +775,6 @@
"show_icon": true, "show_icon": true,
"type": "button", "type": "button",
"entity": "input_boolean.pool_pump_in_use" "entity": "input_boolean.pool_pump_in_use"
},
{
"type": "custom:power-gauge-bar-card",
"entities": [
"sensor.meter00_power"
],
"max": 7500
} }
] ]
}, },