Overview
The Yale Home integration with August provides seamless access control for homeowners, enhancing security and convenience. This capability enables remote locking and unlocking, allowing users to manage access to their home efficiently.
Benefits
- Remote control of door locks from anywhere using a smartphone app
- Temporary access codes for guests or service providers, ensuring security
- Integration with other smart home devices for enhanced capability
Intent
The purpose of this capability is to offer homeowners an easy way to manage their door access securely and remotely. By integrating Yale and August, users can unlock their doors with their smartphones and create temporary access codes for guests.
Preconditions
- Yale smart lock installed on the door.
- August app installed and linked to the Yale lock.
- Home Assistant configured to integrate with the August system.
- Home Assistant installed and configured.
- Integration available and authenticated: Z-Wave JS.
- Device installed and reachable: Door Lock.
Actors
- Homeowner managing access remotely
- Family members entering the home
- Guests needing temporary access
Trigger
The capability is triggered when a user attempts to unlock the door using their smartphone or when a scheduled access code is activated.
Workflow Diagram
flowchart TD
A[User requests access] -->|check| B{{Is the code valid?}}
B -->|Yes| C[Unlock door]
C --> D[Notify user of access granted]
B -->|No| E[Notify user of access denied]
Workflow Description
1. User requests access
The homeowner or guest uses the August app to request access to the Yale lock.
2. Verify access code
The system checks if the entered access code is valid and matches the records in the database.
3. Unlock door
If the code is valid, the smart lock is activated to unlock the door.
4. Notify user of access
The system sends a notification to the homeowner confirming that the door has been unlocked.
5. Log access event
The system logs the access event for security and auditing purposes.
Postconditions
After the capability completes, the door remains unlocked for the specified time or until manually locked, and the access event is recorded.
Optional Enhancements
- Integrate with a camera system for video verification of access events
- Create automated routines for locking/unlocking at specific times
- Enable voice control via smart assistants like Alexa or Google Home
Recommended Components
| Recommended Applications | Recommended Integrations | Recommended Devices |
|---|---|---|
| Home Assistant | Z-Wave JS, Zigbee2MQTT | Door Lock, Door and Window Sensors |
Source Examples
- 2026.1: Home is where the dashboard is ?? – Home Assistant (homeassistant)