Skip to content

v2026.07.09

Choose a tag to compare

@JustChr JustChr released this 16 Jul 08:56
· 43 commits to master since this release

Fix: start-anchored sunrise/sunset schedules now fire.

HA invokes sunrise/sunset tracker callbacks with no arguments, but the start-anchor path passed a one-arg callback, so at fire time it raised TypeError and the schedule silently never ran. Finish-at-sunrise and at-time schedules were unaffected. Reported on issue #32 by AlessandroTischer.