v1.5.1
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 pinswebsockets>=15.0.1andprotobuf==6.32.0; the 1.5.0 upper
bounds (websockets<14,protobuf<6) conflicted with those, causing a
ResolutionImpossiblethat prevented the integration from loading on recent
HA. Requirements are nowwebsockets>=12.0,bbpb>=1.4.0,Pillow>=9.0.0
(all satisfied by HA's bundled versions → nothing is installed at load).
protobufis dropped:bbpbis pure-Python and does not use it.
No functional changes to entities, services, or the map — same as v1.5.0.