Skip to content

2026.6.0-rc2

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 09 Jun 16:53

This is a release candidate for testing. It bundles the fixes from 2026.6.0-rc1 plus the Go dependency updates. Please try it and report back on the open issues before we cut the stable 2026.6.0.

Highlights

  • Login errors no longer hide the real cause (#44). An account that is already set up now aborts cleanly with "already configured" instead of a confusing "unknown" error, and unknown Tuya failures show the actual Tuya code (for example USER_SESSION_INVALID) instead of a generic "cannot connect".
  • The setup flow no longer crashes with "Session is closed" on a second verification-code attempt (#44). It now uses Home Assistant's shared HTTP session instead of one it closed too early.
  • The WebRTC bridge no longer crashes with "address already in use" on restart (#43). It now sets SO_REUSEADDR so a restarting bridge can re-bind port 38554 immediately, even while the previous connections are still in TIME_WAIT.
  • When a video stream fails, the bridge now logs the machine-readable Tuya error code, for example API error: No access (code: ...), instead of just the human text (#48). This is what we need to diagnose the remaining "No access" reports.

Documentation

  • README now lists the supported and reported-working monitor models.
  • New parent-friendly guide for reporting issues (docs/reporting-issues.md), centred on the one-click diagnostics dump.
  • Structured GitHub issue templates for bug reports and device-support requests.

Internal / dependency updates

  • AGENTS.md documents the release-notes process and per-component expectations.
  • CI Go aligned to 1.26 (setup-go v6, gh-release v3, temurin 25).
  • pion/ice/v4 v4.2.6 -> v4.2.7 (#45), pion/stun/v3 v3.1.2 -> v3.1.5 (#46), pion/webrtc/v4 v4.2.13 -> v4.2.15 (#47), golang.org/x/term v0.43.0 -> v0.44.0 (#49).

Upgrade notes

  • Most users: update the integration in HACS (enable "Show beta versions" and pick 2026.6.0-rc2), and update the "Philips Avent WebRTC Bridge Beta" add-on, then restart Home Assistant. No need to re-add the integration.
  • Anyone who could not finish login or hit the verification-code crash (#44): just retry setup on this build. If it still fails, the screen now names the exact Tuya code, so please paste that code in #44.
  • Anyone seeing video "No access", including multi-camera setups (#48): update the beta bridge, reproduce, and paste the failed to get WebRTC config log line now that it carries the error code.
  • Anyone whose add-on crashed on restart with "address already in use" (#43): just update the beta add-on.

Acknowledgements

Bundled tags

  • 2026.6.0-rc1: login error fixes (#44), bridge restart fix (#43), bridge error-code logging (#48), plus the documentation and CI updates above.
  • 2026.6.0-rc2: Go dependency updates (#45, #46, #47, #49).

Full Changelog: 2026.5.2...2026.6.0-rc2