Skip to content

FEMS Diagnostics v1.0.2 - Bugfix

Choose a tag to compare

@alpenfun alpenfun released this 05 Jul 08:48
8785daa

FEMS Diagnostics v1.0.2

Bugfix

This release fixes a compatibility issue with Home Assistant 2026.7.x / Python 3.14 where the integration could not be set up because the pinned pymodbus dependency could not be installed.

Error shown in Home Assistant:

Requirements for fems not found: ['pymodbus==3.11.2']

Changed

  • Relaxed the pymodbus dependency from a fixed version to a compatible minimum version:

    • from pymodbus==3.11.2
    • to pymodbus>=3.11.2
  • Updated integration manifest version to 1.0.2

  • Added repository root icon for improved HACS display compatibility

Notes

If the integration fails to start after updating, please restart Home Assistant once after installing this release.

Thanks to the user who reported this issue in #10.