v1.2.8
Release v1.2.8
What's Changed
Bug Fixes
- Fixed ModbusLink 1.4.x compatibility - Updated imports to use renamed exception classes introduced
in ModbusLink 1.4.0. This fixes the integration failing to load with Home Assistant 2026.1.3+.
(Fixes #193)
Dependencies
- Updated
modbuslinkrequirement from>=1.3.2to>=1.4.1
Technical Details
ModbusLink 1.4.0 introduced breaking changes with renamed exceptions:
| Old Name | New Name |
|---|---|
ConnectionError |
ConnectError |
TimeoutError |
TimeOutError |
CRCError |
CrcError |
InvalidResponseError |
InvalidReplyError |
The async client classes (AsyncModbusClient, AsyncTcpTransport) remain unchanged.
Thanks
Thanks to @Donez84 for reporting this issue.
Full Changelog
Full Changelog: v1.2.7...v1.2.8