Split weather into two separate sections instead of horizontal-stack

Outside Now and Hourly Forecast now sit in their own column boxes,
consistent with how room sections are laid out.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-29 15:33:10 +02:00
parent 1689b5fc00
commit 6f5ba47e15
+3 -4
View File
@@ -4,10 +4,7 @@ views:
type: sections
max_columns: 2
sections:
- column_span: 2
cards:
- type: horizontal-stack
cards:
- cards:
- type: entities
title: Outside Now
entities:
@@ -29,6 +26,8 @@ views:
name: UV Index
- entity: sensor.openweathermap_precipitation_kind
name: Precipitation
- cards:
- type: weather-forecast
entity: weather.openweathermap
forecast_type: hourly