Skip to content

v1.2.2

Choose a tag to compare

@jwlerch78 jwlerch78 released this 11 Feb 20:54

What's New

Bug Fixes

  • Stream Stuck State Fix - Fixed camera stream getting stuck after HA reboots or stream errors. HA's internal stream worker now gets properly cleared and recreated, preventing frozen video frames. Workaround for home-assistant/core#67922
  • Blocking I/O Fix - Fixed blocking open() call in update.py that could stall the HA event loop
  • Options Flow Fix - Fixed crash on HA 2025.12+ when opening integration options
  • Config Flow Logging - Downgraded noisy SSDP/Zeroconf discovery logs from WARNING to DEBUG

Improvements

  • Zeroconf/mDNS Discovery - Added mDNS discovery support alongside existing SSDP, improving device auto-detection reliability
  • Camera Streaming - Added StreamType.HLS support for native HA camera stream component

Notes

Existing users: restart Home Assistant after updating to apply the stream fix.