v1.0.0
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_laterwith HA'sasync_call_later - Cancel pending flush timer on integration unload
- Non-blocking mode refresh delay
- Remove dead code (~90 lines)