[1.1.6-rc01] - 2026-04-03
Changed
- Requires matterbridge@3.7.2 — Minimum required Matterbridge version bumped to
3.7.2.
Fixed
- Scheduled full-home clean runs only previously selected room — After cleaning a single room, a subsequent automation or scheduled full-home clean would incorrectly clean only that room. Root cause:
selectAreaswith an empty list (signaling "clean all") was silently ignored instead of clearing the selection. The empty list is now forwarded correctly so the next start command executes global cleaning.
Refactored
Q10RequestCodeenum values renamed —rpc_request/rpc_responserenamed tocommon_request/dps_requestfor clarity.B01PendingResponseTrackersimplified — Removed protocol-matching; resolves with flattened data array instead.getNetworkInfoimplemented for Q10 dispatcher.executeCommandHandlersignature updated in tests to match current API.
Updated Dependencies
axios,mqtt,nodemailer, ESLint toolchain, andvitestupdated to latest versions.