Skip to content

Commit b2f6dde

Browse files
belinea4071claude
andcommitted
Fix Home tab layout: switch to panel mode for full-width flow card
The flow card was squeezed into a narrow masonry column on desktop, making it hard to read. Switch Home tab from masonry to panel layout (matching all other tabs) so the flow card gets full page width. Also: move solar summary + weather into horizontal-stack side-by-side, remove standalone weather card (now part of the h-stack). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 7750727 commit b2f6dde

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

dashboard/sem_dashboard_template.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ views:
3939
- title: Home
4040
path: home
4141
icon: mdi:home-lightning-bolt
42+
type: panel
4243
cards:
44+
- type: vertical-stack
45+
cards:
4346
# ── Observer Mode Warning (only when active) ──
4447
- type: conditional
4548
conditions:
@@ -155,21 +158,25 @@ views:
155158
box-shadow: 0 6px 32px rgba(0,0,0,0.4), inset 0 1px 0 rgba(255,255,255,0.08) !important;
156159
}
157160

158-
# ── Flow Card (animated power flow with daily energy + autarky) ──
161+
# ── Flow Card (full width) ──
159162
- type: custom:sem-flow-card
160163
entity_prefix: sensor.sem_
161-
view_layout:
162-
position: main
163164
card_mod:
164165
style: *glass_card
165166

166-
# ── Solar Summary (Lumina-styled, replaces solar-card) ──
167-
- type: custom:sem-solar-summary-card
168-
entity_prefix: sensor.sem_
169-
card_mod:
170-
style: *glass_card
167+
# ── Solar Summary + Weather (side by side) ──
168+
- type: horizontal-stack
169+
cards:
170+
- type: custom:sem-solar-summary-card
171+
entity_prefix: sensor.sem_
172+
card_mod:
173+
style: *glass_card
174+
- type: custom:sem-weather-card
175+
entity: weather.home
176+
card_mod:
177+
style: *glass_card
171178

172-
# ── 7-Day Summary (moved from Overview) ──
179+
# ── 7-Day Summary ──
173180
- type: custom:apexcharts-card
174181
header:
175182
title: Last 7 Days
@@ -370,13 +377,6 @@ views:
370377
50% { box-shadow: 0 0 20px rgba(141,200,146,0.4), 0 4px 24px rgba(0,0,0,0.35); }
371378
}
372379
373-
# ── Weather & Clock (moved from Overview) ──
374-
- type: custom:sem-weather-card
375-
entity: weather.home
376-
forecast_rows: 5
377-
card_mod:
378-
style: *glass_card
379-
380380
# ============================================================
381381
# VIEW 1: ENERGY — Sankey, charts, daily breakdown
382382
# ============================================================

0 commit comments

Comments
 (0)