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
Keep Dashboard Chat WebSockets open behind Home Assistant Ingress by enabling ingress_stream and rewriting proxied dashboard API Origin headers to the dashboard backend host.
Fix direct-port Dashboard Chat WebSocket authentication when browsers send Basic auth plus the SPA ?token= query parameter.
Verified
git diff --check - OK.
bash -n hermes_agent/nginx-render.sh hermes_agent/run.sh hermes_agent/profile-init.sh - OK.
python3 -m py_compile hermes_agent/dashboard-patches.py tests/test_dashboard_ingress_patches.py tests/test_multi_profile.py - OK.
YAML parse checks for repository.yaml, hermes_agent/build.yaml, hermes_agent/config.yaml, and hermes_agent/translations/en.yaml - OK.
Live Home Assistant local DEV add-on lifecycle smoke - /dashboard/api/pty streamed binary TUI frames, /dashboard/api/ws emitted gateway.ready, and /dashboard/api/events stayed open through both HA Ingress and direct HTTPS access.
Devin Review on PR #24 completed successfully with 0 bugs.