Skip to content

v0.6.2

Choose a tag to compare

@github-actions github-actions released this 31 Aug 20:47
· 19 commits to refs/heads/main since this release
f6a9228

Changes

🚨 Breaking changes

This release bumps the minimum required ha core version to 2025.9.
Furthermore, it contains breaking changes that require all other modbus integrations installed via hacs to be upgraded at the same time as ha core is bumped to 2025.9.

If you are running any other modbus integrations please don't upgrade to 2025.9 until you are sure that all integrations are compatible.

If not, upgrade to this release and bump homeassistant core to 2025.9 at the same time since otherwise the built-in modbus integration or this integration might stop working.

Thanks to @jacauc for bringing the upcoming breaking change to my attention and proposing a pr to address the issue.

Furthermore, my apologies for putting a breaking change in a patch release.
Due to incompatible upcoming breaking changes for additional modbus registers in the 0.7.0-beta release I was unable to make a minor bump at this time.

  • Feature/add all registers that were added to venus since integration inception @sfstar (#274)
  • Revert "Feature/add all registers that were added to venus since integration inception" @sfstar (#364)

🐛 Bug fixes

  • Feature/add all registers that were added to venus since integration inception @sfstar (#274)
  • Revert "Feature/add all registers that were added to venus since integration inception" @sfstar (#364)
  • Update hub.py to be compatible with PyModbus >=3.10 and HA 2025.9 @jacauc (#362)

✨ New features

  • Feature/add all registers that were added to venus since integration inception @sfstar (#274)

🚀 Enhancements

  • bump minimum ha core version of new patch release to upcoming 2025.9 … @sfstar (#365)

⬆️ Dependency updates

  • bump minimum ha core version of new patch release to upcoming 2025.9 … @sfstar (#365)

Special thanks to @jacauc for this release!