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>
- 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>
Hooks up the previously unused long press on the office button
to toggle input_boolean.ac_automation_enabled.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Ensures the automation evaluates current temperature on HA restart,
not just on threshold crossings or toggle enable.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
climate.set_temperature does not reliably switch hvac_mode on all
integrations. Restore explicit climate.set_hvac_mode step before
setting the target temperature.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Move time condition into turn-on branch only so the AC can still turn
off after 22:00. Set target temperature to 16°C via climate.set_temperature.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>