Overview
The new Matter integration introduces number entities that allow users to finely tune the behavior of their Matter-compatible lights. This feature enhances convenience by enabling customizable settings such as brightness levels, color temperature, and more, tailored to individual preferences.
Benefits
- Allows precise control over lighting settings according to personal preferences.
- Enables capability of lighting adjustments based on time of day or activities.
- Improves energy efficiency by optimizing lighting usage.
Intent
This capability is designed to provide users with enhanced control over their smart lighting systems. By utilizing number entities, users can configure specific behaviors, making their living environment more comfortable and tailored to their needs.
Preconditions
- A compatible Matter lighting device installed and integrated into Home Assistant.
- Home Assistant version 2024.7 or newer.
- User has access to the Home Assistant interface to configure settings.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner configuring their smart lighting
- Family members adjusting lighting for activities
- Guests requesting specific lighting preferences
Trigger
The capability is triggered when the user adjusts number entities through the Home Assistant interface or via an capability event.
Workflow Diagram
flowchart TD
A[User Adjusts Settings] -->|check| B{{Does the light respond?}}
B -->|Yes| C[Light Behavior Adjusted]
C --> D[User Satisfaction Increased]
B -->|No| E[Check Configuration Errors]
Workflow Description
1. Access Home Assistant
User logs into their Home Assistant dashboard to access the Matter integration settings.
2. Select Matter Light
User navigates to the lighting section and selects the Matter-compatible light they wish to configure.
3. Adjust Number Entities
User adjusts the number entities to set desired brightness, color temperature, or other configurable parameters.
4. Save Configuration
User saves the changes made to the number entities to apply the new settings to the light.
5. Test Light Response
User tests the light to ensure it responds correctly to the new configuration settings.
Postconditions
The Matter light operates according to the newly configured settings, providing an enhanced lighting experience tailored to user preferences.
Optional Enhancements
- Integrate with voice assistants for hands-free control of lighting settings.
- Create capability routines that adjust lighting based on occupancy or specific times.
- Link lighting adjustments with other smart home devices for a cohesive home experience.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Z-Wave JS | Lutron Caseta Dimmer, WLED Light Controller |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)