Skip to content

v1.1.0

Choose a tag to compare

@jwlerch78 jwlerch78 released this 27 Jan 20:02

What's New

  • Media Player / TTS Support — Dashie tablets now appear as media player entities ("Speaker") in Home Assistant, enabling TTS automations and audio playback
  • Camera RTSP Fixes — Fixed camera entity state management: streaming state now updates properly via polling, on/off toggle persists and actually starts/stops the RTSP server, native HA preview (WebRTC/go2rtc) works correctly
  • Options Flow Fix — Fixed 500 error when editing device settings on HA 2025.12+ (removed deprecated config_entry init pattern)

Bug Fixes

  • Camera no longer shows as streaming when RTSP is disabled
  • Camera snapshots no longer appear when camera is off
  • RTSP toggle from HA now persists across polls (uses setBooleanSetting + startRtspStream)
  • Removed optimistic streaming state that caused false-positive stream detection
  • Stream source no longer gated on cached state, allowing go2rtc to connect during transitions