Commit Graph

6 Commits

Author SHA1 Message Date
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 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 5b558c1478 Initial Commit 2026-06-20 18:49:03 +02:00