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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user