Commit Graph

15 Commits

Author SHA1 Message Date
TheFurya a9bd596eed Update lights automation 2026-06-29 16:16:43 +02:00
TheFurya 3f221786d7 Change office button long press to toggle fan instead of AC automation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 16:12:00 +02:00
TheFurya b35c709650 Add EcoVacs dashboard as YAML-mode
Convert storage-mode dashboard to dashboards/ecovacs.yaml. Preserves
all button-card templates, room queue buttons, conditional controls,
vacuum map, and settings panel exactly as configured in the UI.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 15:36:39 +02:00
TheFurya 44c9af8678 Switch hourly forecast to Met.no for true hour-by-hour data
OWM free tier only provides daily forecasts. Met.no (weather.forecast_home)
is already installed and provides free hourly forecasts natively.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-29 15:34:43 +02:00
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
TheFurya 17495d25b4 Add long press office button to toggle AC automation
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>
2026-06-20 20:42:31 +02:00
TheFurya 2490f04113 Add HA start trigger to AC automation
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>
2026-06-20 19:34:59 +02:00
TheFurya d4930a8139 Fix AC automation not turning on the unit
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>
2026-06-20 19:28:15 +02:00
TheFurya d6e1e3d277 Fix AC automation time gate and set explicit temperature
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>
2026-06-20 19:20:32 +02:00
TheFurya bc891e01ad add www to ignore 2026-06-20 19:12:43 +02:00
TheFurya 5b558c1478 Initial Commit 2026-06-20 18:49:03 +02:00
root 8c14309eba Initial gitignore 2026-05-28 17:35:52 +02:00