Overview
The new event entity in the Nanoleaf integration allows users to create capabilities triggered by touch interactions on their Nanoleaf panels. This enhances control over home lighting and other connected devices, creating a more interactive and personalized experience.
Benefits
- Easily trigger specific lighting scenes with a simple touch, enhancing ambiance based on mood or activity.
- Streamline daily routines by automating device control, such as turning on lights when entering a room.
- Enable guests to interact with home lighting in a fun and engaging way, creating a unique experience.
Intent
This capability is designed to provide a seamless interaction with Nanoleaf panels by allowing users to initiate capabilities through touch. The outcome is a more responsive home environment that adapts to user preferences and activities.
Preconditions
- Nanoleaf panels installed and configured within Home Assistant.
- Home Assistant instance updated to version supporting the new event entity.
- User has created capabilities linked to Nanoleaf panel trigger events.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Lutron Caseta Dimmer.
Actors
- Homeowner interacting with Nanoleaf panels
- Family members customizing lighting settings
- Guests experiencing interactive home features
Trigger
Touching the Nanoleaf panels initiates the capability process.
Workflow Diagram
flowchart TD
A[Touch Nanoleaf Panel] -->|check| B{{Is Capability Configured?}}
B -->|Yes| C[Trigger Capability]
C --> D[Execute Actions]
B -->|No| E[No Action Taken]
Workflow Description
1. User Touches Panel
The user physically touches one of the Nanoleaf panels, signaling the start of the capability process.
2. Check Capability Configuration
The system checks if there are any capabilities configured to respond to the touch event.
3. Trigger Capability
If configured, the corresponding capability is triggered, executing predefined actions.
4. Execute Actions
The system performs the actions associated with the capability, such as changing lights or controlling other devices.
5. Feedback to User
Provide visual or auditory feedback to the user indicating that the capability has been executed.
Postconditions
The home environment responds according to the triggered capability, resulting in adjusted lighting or device status as configured.
Optional Enhancements
- Integrate voice control options to complement touch interactions.
- Add customizable feedback options, such as sounds or notifications on successful capability.
- Create multiple touch configurations for different lighting scenes or moods.
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)