11-13-2025 04:04 AM
Dear Google Home Team,
I hope you are doing well.
We are currently developing a Matter-certified device that includes multiple functional clusters (such as Humidity, Fan Control, and additional sensor/control features). All of these need to be presented to the user as a single logical device within Google Home.
During testing, we observed that Google Home creates multiple tiles or does not correctly group these clusters under one device, which results in a confusing user experience.
We would like to request clarification and possible support for the following:
Custom UI support for a single logical device that contains multiple endpoints/clusters.
The recommended method to group multiple functional clusters under one visible device card in the Google Home application.
Whether Google Home currently supports custom Matter UI layouts or combined interfaces for multi-function devices.
Any guidelines, API references, or best practices for designing composite Matter devices that appear as one device in Google Home.
Our goal is to provide a clean and user-friendly interface where all controls are shown in one place rather than as separate devices.
We appreciate your guidance and support.
Please let us know if you require additional details about our device structure or Matter implementation.
Answered! Go to the Recommended Answer.
11-13-2025 02:12 PM
Google Home's UI and functionality for a Matter device are determined by the Device Type implemented on a specific Endpoint (as defined in the Matter Device Library), not by a collection of isolated clusters.
The most effective way to present your multi-function device as a single logical device (one tile/card) in the Google Home app is by placing all primary functional clusters (like Humidity, Fan Control, and other sensor/control features) on the same Matter Endpoint.
By ensuring your device's data model exposes all user-facing functions on a single logical endpoint, you maximize the chances of Google Home correctly consolidating them into the clean, single-card interface you're aiming for.
11-13-2025 02:12 PM
Google Home's UI and functionality for a Matter device are determined by the Device Type implemented on a specific Endpoint (as defined in the Matter Device Library), not by a collection of isolated clusters.
The most effective way to present your multi-function device as a single logical device (one tile/card) in the Google Home app is by placing all primary functional clusters (like Humidity, Fan Control, and other sensor/control features) on the same Matter Endpoint.
By ensuring your device's data model exposes all user-facing functions on a single logical endpoint, you maximize the chances of Google Home correctly consolidating them into the clean, single-card interface you're aiming for.