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
|
type: sections
|
||||||
max_columns: 2
|
max_columns: 2
|
||||||
sections:
|
sections:
|
||||||
- column_span: 2
|
- cards:
|
||||||
cards:
|
|
||||||
- type: horizontal-stack
|
|
||||||
cards:
|
|
||||||
- type: entities
|
- type: entities
|
||||||
title: Outside Now
|
title: Outside Now
|
||||||
entities:
|
entities:
|
||||||
@@ -29,6 +26,8 @@ views:
|
|||||||
name: UV Index
|
name: UV Index
|
||||||
- entity: sensor.openweathermap_precipitation_kind
|
- entity: sensor.openweathermap_precipitation_kind
|
||||||
name: Precipitation
|
name: Precipitation
|
||||||
|
|
||||||
|
- cards:
|
||||||
- type: weather-forecast
|
- type: weather-forecast
|
||||||
entity: weather.openweathermap
|
entity: weather.openweathermap
|
||||||
forecast_type: hourly
|
forecast_type: hourly
|
||||||
|
|||||||
Reference in New Issue
Block a user