.storage/lovelace.dashboard_home

This commit is contained in:
Home Assistant Version Control
2026-07-28 15:07:06 +00:00
parent 1f3e8d4a98
commit 35c29d8d42
+10
View File
@@ -749,6 +749,16 @@
"show_icon": true,
"type": "button",
"entity": "input_boolean.pool_pump_in_use"
},
{
"type": "custom:power-gauge-bar-card",
"entities": [
"sensor.meter00_power",
"sensor.pool_pump_total_energy",
"sensor.hvac_real_time_power_draw",
"sensor.basement_hilo_energy"
],
"max": 5000
}
]
},