Overview
This capability allows users to directly control FRITZ! Smart Home routines from Home Assistant, providing a seamless integration experience. By adding switch entities, homeowners can easily enable or disable specific routines, improving convenience and control over their smart home environment.
Benefits
- Direct control of FRITZ! Smart Home routines from a centralized dashboard.
- Increased convenience by allowing users to toggle routines without navigating through multiple apps.
- Enhanced capability capabilities by integrating routine management into existing Home Assistant workflows.
Intent
The purpose of this capability is to streamline user interaction with FRITZ! Smart Home routines via Home Assistant. It achieves this by allowing for quick toggling of routines, enabling a more responsive smart home environment tailored to user needs.
Preconditions
- Home Assistant installed and configured.
- FRITZ!SmartHome integration set up within Home Assistant.
- Compatible FRITZ! Smart Home devices available and connected.
- Integration available and authenticated: Zigbee2MQTT.
- Device installed and reachable: Nintendo Switch.
Actors
- Homeowner managing smart home routines
- Family members adjusting settings for convenience
- Guests interacting with home capability controls
Trigger
The capability is triggered when the user interacts with the switch entities within Home Assistant.
Workflow Diagram
flowchart TD
A[User interacts with switch] -->|check routine status| B{{Is routine enabled?}}
B -->|Yes| C[Disable routine]
C --> D[Routine is now disabled]
B -->|No| E[Enable routine]
E --> F[Routine is now enabled]
Workflow Description
1. User Interaction
The user clicks on the switch entity in the Home Assistant dashboard.
2. Status Check
The system checks whether the selected FRITZ! routine is currently enabled or disabled.
3. Toggle Action
Based on the current status, the system either disables or enables the routine.
4. Update State
The routine’s status is updated in the Home Assistant interface and synced with the FRITZ! Smart Home system.
5. Feedback Notification
The user receives visual feedback confirming the action taken on the routine.
Postconditions
The selected FRITZ! Smart Home routine is toggled to the desired state, and the Home Assistant dashboard reflects this change.
Optional Enhancements
- Add voice command functionality through Google Home or Amazon Echo integration.
- Create automated schedules based on user presence or time of day for routine toggling.
- Implement notifications to alert users when routines are activated or deactivated.
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Zigbee2MQTT, Nintendo Parental Controls | Nintendo Switch, Motion Detection |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)