From fd1c7b19604afaad717ae3fb5ee8505ba65d5bc6 Mon Sep 17 00:00:00 2001 From: Home Assistant Version Control Date: Tue, 28 Jul 2026 14:49:04 +0000 Subject: [PATCH] .storage/lovelace.dashboard_home --- .storage/lovelace.dashboard_home | 50 ++++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.storage/lovelace.dashboard_home b/.storage/lovelace.dashboard_home index 7925aac..adfcea0 100644 --- a/.storage/lovelace.dashboard_home +++ b/.storage/lovelace.dashboard_home @@ -727,6 +727,31 @@ } ] }, + { + "type": "grid", + "cards": [ + { + "type": "heading", + "heading": "Pool", + "heading_style": "title" + }, + { + "type": "custom:power-gauge-card", + "entity": "sensor.meter00_power", + "max": 10000, + "grid_options": { + "columns": "full", + "rows": "auto" + } + }, + { + "show_name": true, + "show_icon": true, + "type": "button", + "entity": "input_boolean.pool_pump_in_use" + } + ] + }, { "type": "grid", "cards": [ @@ -935,31 +960,6 @@ } ], "column_span": 1 - }, - { - "type": "grid", - "cards": [ - { - "type": "heading", - "heading": "Pool", - "heading_style": "title" - }, - { - "type": "custom:power-gauge-card", - "entity": "sensor.meter00_power", - "max": 10000, - "grid_options": { - "columns": "full", - "rows": "auto" - } - }, - { - "show_name": true, - "show_icon": true, - "type": "button", - "entity": "input_boolean.pool_pump_in_use" - } - ] } ], "badges": [