You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's Changed
✨ New Features
Parallel machine support: Laying the groundwork for upcoming parallel features
mDNS-based auto IP recovery: Automatically discovers and switches to a device's new IP when it changes (e.g. router DHCP reassignment), without manual reconfiguration
🐛 Bug Fixes
Improved Modbus client: fixed connection state machine, write race, and transaction ID mismatch issues (#83, #81, #72)
Fixed batch register read missing 0x8007
Use HA's shared Zeroconf instance for mDNS discovery
Reduced log noise from routine connection activity
🔧 Other
Added release workflow with zip_release for HACS download tracking