Skip to content

v1.5.1

Choose a tag to compare

@sytchi sytchi released this 21 Jul 22:50

Patch release — recommended for Home Assistant 2026.x on Python 3.14.

Fixed

  • Manifest requirements no longer force a pip install/downgrade at load time.
    HA core pins websockets>=15.0.1 and protobuf==6.32.0; the 1.5.0 upper
    bounds (websockets<14, protobuf<6) conflicted with those, causing a
    ResolutionImpossible that prevented the integration from loading on recent
    HA. Requirements are now websockets>=12.0, bbpb>=1.4.0, Pillow>=9.0.0
    (all satisfied by HA's bundled versions → nothing is installed at load).
    protobuf is dropped: bbpb is pure-Python and does not use it.

No functional changes to entities, services, or the map — same as v1.5.0.