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
+28 -29
View File
@@ -4,35 +4,34 @@ views:
type: sections type: sections
max_columns: 2 max_columns: 2
sections: sections:
- column_span: 2 - cards:
cards: - type: entities
- type: horizontal-stack title: Outside Now
cards: entities:
- type: entities - entity: sensor.openweathermap_condition
title: Outside Now name: Condition
entities: - entity: sensor.openweathermap_temperature
- entity: sensor.openweathermap_condition name: Temperature
name: Condition - entity: sensor.openweathermap_feels_like_temperature
- entity: sensor.openweathermap_temperature name: Feels Like
name: Temperature - entity: sensor.openweathermap_humidity
- entity: sensor.openweathermap_feels_like_temperature name: Humidity
name: Feels Like - entity: sensor.openweathermap_wind_speed
- entity: sensor.openweathermap_humidity name: Wind Speed
name: Humidity - entity: sensor.openweathermap_wind_gust
- entity: sensor.openweathermap_wind_speed name: Wind Gust
name: Wind Speed - entity: sensor.openweathermap_cloud_coverage
- entity: sensor.openweathermap_wind_gust name: Cloud Coverage
name: Wind Gust - entity: sensor.openweathermap_uv_index
- entity: sensor.openweathermap_cloud_coverage name: UV Index
name: Cloud Coverage - entity: sensor.openweathermap_precipitation_kind
- entity: sensor.openweathermap_uv_index name: Precipitation
name: UV Index
- entity: sensor.openweathermap_precipitation_kind - cards:
name: Precipitation - type: weather-forecast
- type: weather-forecast entity: weather.openweathermap
entity: weather.openweathermap forecast_type: hourly
forecast_type: hourly name: Hourly Forecast
name: Hourly Forecast
- cards: - cards:
- type: entities - type: entities