Home Assistant's Matter 1.6 Support Is A Beta Test, Not A Buy Button
Home Assistant's new Matter backend can now understand Matter 1.6. That is a meaningful platform milestone. It is not proof that every Matter 1.6 feature is ready in the dashboard—or that a product advertising the new standard will do what you expect on day one.
The Signal
The Open Home Foundation Matter Server reached version 1.2.5 on July 13, updating its matter.js foundation to version 0.17.5. The server's 1.2.0 release notes say that code adds Matter 1.6.0 support plus management for short- and long-idle Intermittently Connected Devices, or ICDs.
The same release adds practical operator tools: storage for multiple Wi-Fi and Thread credentials, broader Thread diagnostics, a Power & Sleep panel for ICDs, optional device time synchronization, and WebSocket backpressure intended to keep slow clients from consuming unbounded memory.
This is real support at the controller layer. The controller layer is only one layer.
What Matter 1.6 Actually Adds
The Connectivity Standards Alliance says Matter 1.6 does not add device categories. Instead, it adds new setup and coordination tools: full NFC commissioning, Joint Fabric for co-administering one shared Matter network, and thermostat suggestions that a thermostat can evaluate against current conditions and user preferences.
It also standardizes more useful state: device capabilities and limits, security-sensor event history, an unmounted state for smoke and CO alarms, and more scalable certificate-revocation data.
Those features need several pieces to align. A device must implement the relevant cluster in firmware. Its ecosystem must understand it. Home Assistant Core must map it into useful entities, controls, events, or automations. A server that can parse Matter 1.6 does not automatically complete the rest of that chain.
The CSA makes the same distinction: implementation timing varies by company and product type. Matter 1.6 is a roadmap, not a universal availability date.
Buyer / Operator Lens
For stable Home Assistant users, this release is not a reason to flip a beta switch without a target. Enable the beta when you have a specific device or feature to test, can tolerate downtime, and are prepared to compare every important entity and automation before and after the change.
The official testing path is reversible. Matter Server add-on 8.2.0 or later exposes a Beta flag under Settings > Add-ons > Matter Server. Enabling it and restarting switches to the matter.js server; disabling it and restarting returns to the Python-based server. The testing guide also calls for a storage backup and warns that initial migration and device interviews can take time.
For buyers, ask narrower questions than “Does it support Matter 1.6?”
- Is the exact product certified, and is Matter 1.6 firmware shipping now? - Which device type and cluster provide the feature you want? - Does Home Assistant expose that cluster as a usable entity, event, or control? - If the device is shared with Apple Home, Google Home, Alexa, or SmartThings, does each controller preserve the behavior you depend on?
That last check matters for battery devices and any feature coordinated across ecosystems. Multi-admin promises are only useful when each participating platform handles the required state predictably.
What To Check Before Testing
Use the supported Home Assistant OS and official Matter Server app path. Confirm local IPv6 and multicast are healthy, because Matter depends on them even when internet IPv6 is not required. For Thread devices, verify that a reachable Thread border router serves the same local network.
Back up the Matter Server data, record the current server version, and inventory critical devices, entities, and automations. After the restart, test commissioning, availability, commands, subscriptions, shared-fabric behavior, and any battery-device sleep mode you change. Keep the rollback path available until the setup has survived normal use.
Do not treat a new safety-state field as a safety guarantee. An “unmounted” smoke-alarm status helps only if the alarm reports it and the ecosystem surfaces it reliably; it never replaces physical inspection and required alarm testing.
The Takeaway
Home Assistant reaching Matter 1.6 at the server layer shortens the distance between a new standard and useful integrations. It does not erase that distance.
Treat the beta as a controlled interoperability test. Treat Matter 1.6 product claims as a prompt to verify the exact feature chain. Buy when the device, firmware, controller, interface, and every shared ecosystem all support the job—not when one version number looks reassuring.
- https://github.com/matter-js/matterjs-server/blob/v1.2.5/CHANGELOG.md - https://github.com/matter-js/matterjs-server/blob/main/ALPHABETATESTS.md - https://csa-iot.org/newsroom/matter-1-6-enables-more-intuitive-setup-multi-ecosystem-experiences-and-context-driven-control/ - https://www.home-assistant.io/integrations/matter/ - https://www.matteralpha.com/news/home-assistant-matter-1-6-beta-unlocks