From 1c41fce72ab98f9950215fd6300e0205799bd156 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Tue, 28 Jul 2026 15:40:34 +0000 Subject: [PATCH] .storage/lovelace.dashboard_home --- .storage/lovelace.dashboard_home | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.storage/lovelace.dashboard_home b/.storage/lovelace.dashboard_home index b88c9c1..2d8c25a 100644 --- a/.storage/lovelace.dashboard_home +++ b/.storage/lovelace.dashboard_home @@ -768,6 +768,13 @@ "show_icon": true, "type": "button", "entity": "input_boolean.pool_pump_in_use" + }, + { + "type": "custom:power-gauge-bar-card", + "entities": [ + "sensor.meter00_power" + ], + "max": 7500 } ] },