Overview
The Rituals Perfume Genie allows users to easily control and personalize their diffuser settings, making it simple to create the perfect ambiance in their home. By integrating with Home Assistant, it offers a seamless experience for adjusting fragrance intensity and selecting preferred scents.
Benefits
- Conveniently customize your home’s fragrance without manual adjustments.
- Easily switch between different scents based on mood or occasion.
- Set specific schedules for fragrance diffusion, enhancing the home environment.
Intent
This capability aims to enhance the user experience by allowing quick adjustments to the diffuser settings through a simple interface. The outcome is a more pleasant and personalized home atmosphere.
Preconditions
- A compatible diffuser device integrated with Home Assistant.
- Home Assistant running version 2021.7 or later.
- User authenticated and connected to the Home Assistant instance.
- Home Assistant installed and configured.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: TP-Link | HS100.
Actors
- Homeowner adjusting the diffuser settings
- Family member selecting a preferred scent
- Guest requesting a specific fragrance to be activated
Trigger
The capability is triggered when a user inputs a specific number or selects an entity to adjust the diffuser settings through the Home Assistant interface.
Workflow Diagram
flowchart TD
A[User Input] -->|selects number| B{Adjust Diffuser?}
B -->|Yes| C[Update Diffuser Settings]
C --> D[Fragrance Diffusion Adjusted]
B -->|No| E[Exit]
Workflow Description
1. User Input
The user accesses the Home Assistant interface and selects the Rituals Perfume Genie to input their desired fragrance intensity.
2. Select Entity
The user chooses the specific diffuser entity they wish to control from the available options.
3. Adjust Settings
The system processes the input and updates the diffuser’s settings based on the user’s selection.
4. Confirm Adjustment
The user receives a confirmation that the diffuser settings have been successfully adjusted.
5. Start Diffusion
The diffuser begins to operate with the new settings, creating the desired ambiance in the home.
Postconditions
The diffuser operates with the new settings, allowing for the selected fragrance intensity and providing a customized home environment.
Optional Enhancements
- Integrate voice control for hands-free adjustments using Alexa or Google Home.
- Add a scheduling feature to automate fragrance changes throughout the day.
- Implement notifications to inform users when a fragrance is running low.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Tasmota | TP-Link | HS100, TP-Link | HS200 |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)