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": [