Skip to content

v1.0.0

Choose a tag to compare

@qelanhari qelanhari released this 26 Feb 08:59
· 9 commits to main since this release

Atlantic Zone Control v1.0.0

Initial versioned release.

Features

  • System-wide mode control (heat, cool, dry, off, auto)
  • Per-zone temperature and on/off control
  • Command batching with 500ms debounce
  • Multi-device batch execution via single API call
  • Event-driven state updates with dynamic poll interval
  • Reauth flow for credential expiry
  • Proper HA lifecycle management

Bug Fixes

  • Fix AttributeError on index_device_url
  • Fix KeyError on sensor state and event handler lookups
  • Fix batch execution tracking overwriting same exec_id
  • Replace raw loop.call_later with HA's async_call_later
  • Cancel pending flush timer on integration unload
  • Non-blocking mode refresh delay
  • Remove dead code (~90 lines)