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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[1.2.0] - 2026-04-24
Breaking Changes
[domains]: Domains remote, select, input_select and media_player are now supported. You may want to either use them with filter and select or exclude all these domains if you don't need their entities or your controller doesn't support them. It is also possible to split them.
[Split Entities]: The Split Entities config option is deprecated. Use Split By Label.
Added
[test]: Refactor tests to use the updated matterbridge test module.
[remote]: Add remote domain.
[select]: Add select domain.
[input_select]: Add input_select domain.
[media_player]: Add media_player domain.
[Virtual Control]: Add the Virtual Control Label for accessibility controls (voice-friendly switches) on supported entities such as select, input_select and media_player.
Changed
[package]: Preliminary compatibility update to matterbridge 3.8.0, matter 1.5.1 and matter.js 0.17.0.
[package]: Update dependencies.
[package]: Bump typescript to v.6.0.3.
[package]: Bump eslint to v.10.2.1.
[package]: Bump typescript-eslint to v.8.59.0.
[package]: Add .vscode\settings.json.
[devcontainer]: Add Claude Code for VS Code extension to Dev Container.