Overview
The Matter integration in Home Assistant simplifies the connectivity of smart devices across various ecosystems. By extending support for more devices, users can seamlessly control their smart home setups, enhancing convenience and interoperability.
Benefits
- Increased compatibility with a wider range of smart devices, allowing homeowners to choose products from different brands.
- Simplified smart home management through a unified interface, reducing the need to switch between multiple apps.
- Future-proofing the home capability setup by adopting the latest standards in smart home technology.
Intent
This capability aims to provide comprehensive support for Matter 1.4 devices, allowing users to integrate and control an expanding array of smart products. The outcome is a more cohesive and efficient home capability experience.
Preconditions
- Home Assistant set up and running with the latest updates.
- Devices must support Matter protocol for integration.
- Stable network connection for device communication.
- Home Assistant installed and configured.
- Integration available and authenticated: UniFi.
- Device installed and reachable: Unifi Networks.
Actors
- Homeowner
- Family member
- Guest
Trigger
The integration updates occur automatically when Home Assistant detects new Matter-compatible devices on the network.
Workflow Diagram
flowchart TD
A[New Matter Device Detected] -->|check compatibility| B{{Is Device Supported?}}
B -->|Yes| C[Integrate Device into Home Assistant]
C --> D[Device Ready for Control]
B -->|No| E[Notify User of Incompatibility]
Workflow Description
1. Device Detection
Home Assistant scans the network for new devices that support the Matter protocol.
2. Compatibility Check
The system verifies if the detected device is included in the supported Matter 1.4 device list.
3. Integration Process
If compatible, Home Assistant initiates the integration process, adding the device to the dashboard.
4. User Notification
Users receive a notification confirming successful integration or informing them of any incompatibilities.
5. Device Control Setup
Once integrated, users can configure settings and create capabilities for the newly added device.
Postconditions
The newly supported Matter device is integrated into Home Assistant and available for user control and capability.
Optional Enhancements
- Implement voice control features for newly integrated Matter devices.
- Create customizable dashboards to display and manage connected devices more efficiently.
- Enable automatic firmware updates for integrated devices to ensure optimal performance.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | UniFi, Zigbee2MQTT | Unifi Networks |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)