Commit Graph

4 Commits

Author SHA1 Message Date
TheFurya 6f5ba47e15 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>
2026-06-29 15:33:10 +02:00
TheFurya 1689b5fc00 Expand weather section with detailed current conditions and hourly forecast
Replace single forecast card with a split layout: entities card on the
left (condition, feels-like, wind, gusts, cloud coverage, UV, precipitation)
and hourly weather-forecast card on the right.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 15:32:03 +02:00
TheFurya 409682d076 Redesign Klima dashboard with sections view for 2-column desktop layout
Switch from masonry to sections view (max_columns: 2) so rooms sit
side-by-side on desktop and stack on mobile. Weather card spans both
columns. Fan controls moved inside entities cards as inline rows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 15:14:28 +02:00
TheFurya 069f0f5cc6 Add Klima dashboard as YAML-mode with desktop layout and new devices
- Register dashboards/klima.yaml in configuration.yaml under lovelace.dashboards
- Remove outer vertical-stack so masonry layout creates multiple columns on desktop
- Replace weather entities card with built-in weather-forecast card (daily)
- Add bedroom AC (climate.klimaanlage) to bedroom section
- Add office AC (climate.echos_mobile_klimaanlage_mit_wifi) row to office section
- Add office fan (fan.luftzirkulator) to office section

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 15:07:21 +02:00