Commit Graph

6 Commits

Author SHA1 Message Date
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