From 59ca4f0b3da17fa81bfaba39aacd7fb342d29512 Mon Sep 17 00:00:00 2001 From: Florian Krebs Date: Sat, 2 May 2026 17:01:40 +0200 Subject: [PATCH] feat(dashboard-zuhause): set column_span: 2 on chart-heavy sections MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Behebt Layout-Lücken bei max_columns: 2, wenn Sections sehr unterschiedliche Höhen haben. Sections mit ApexCharts spannen jetzt volle Breite und brechen die parallele 2-Spalten-Anordnung: Klima-Tab: - Luftqualität pro Raum (chips + 24h Chart) → full-width - Temperatur-Verlauf 24h (Chart 6 Räume) → full-width Whirlpool-Tab: - Wasserchemie (chips + pH-Chart + ORP-Chart) → full-width - Energie (chips + Leistungs-Chart) → full-width Räume-Tab: alle 14 Sections bleiben Standard (sind kompakt genug). --- .storage/lovelace.lovelace | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.storage/lovelace.lovelace b/.storage/lovelace.lovelace index 576a46c..e736a44 100644 --- a/.storage/lovelace.lovelace +++ b/.storage/lovelace.lovelace @@ -1212,7 +1212,8 @@ } ] } - ] + ], + "column_span": 2 }, { "type": "grid", @@ -1297,7 +1298,8 @@ } ] } - ] + ], + "column_span": 2 } ] }, @@ -1496,7 +1498,8 @@ } ] } - ] + ], + "column_span": 2 }, { "type": "grid", @@ -1664,7 +1667,8 @@ } ] } - ] + ], + "column_span": 2 }, { "type": "grid",