You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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