Overview
This capability introduces a configuration endpoint for managing lighting scenes within Home Assistant, simplifying the process of setting up and modifying scenes. By allowing users to configure scenes directly, it enhances the overall home capability experience, making it more intuitive and accessible.
Benefits
- Simplifies the creation and management of lighting scenes for homeowners.
- Enables quick adjustments to lighting preferences without deep technical knowledge.
- Improves home ambiance by facilitating tailored lighting settings for various activities.
Intent
The purpose of this capability is to streamline the configuration of lighting scenes in Home Assistant, allowing users to easily create and modify scenes. This results in a more personalized and efficient home lighting experience.
Preconditions
- Home Assistant must be installed and operational.
- Users must have the appropriate permissions to modify scenes.
- Supported lighting devices must be integrated with Home Assistant.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner configuring scenes
- Family members adjusting lighting based on activities
- Guests requesting specific lighting settings
Trigger
The capability can be triggered manually through the Home Assistant interface or automatically based on scheduled times or user presence.
Workflow Diagram
flowchart TD
A[User Requests Scene Configuration] -->|check| B{Scene Exists?}
B -->|Yes| C[Modify Existing Scene]
C --> D[Scene Updated]
B -->|No| E[Create New Scene]
E --> F[Scene Created]
Workflow Description
1. User Accesses Scene Configuration
The user navigates to the scene management section in the Home Assistant app.
2. Select Existing Scene or Create New
The user either selects an existing scene to modify or opts to create a new one.
3. Configure Scene Settings
The user adjusts settings such as brightness, color, and specific devices to include in the scene.
4. Save Changes
The user saves the configuration, which is then sent to the Home Assistant server.
5. Scene Activation
The newly configured or modified scene can now be activated either manually or automatically based on triggers.
Postconditions
The configured scene is saved in Home Assistant, ready for activation based on user preferences or automated schedules.
Optional Enhancements
- Integrate voice control for scene activation.
- Add scheduling options for automatic scene changes.
- Provide templates for popular scene setups.
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)