Lock Management Blueprint

:lock::house_with_garden: Introducing Lock Management Blueprint :house_with_garden::lock:

Warning: Min Home Assistant Version 2024.06.0 for version 0.4.1

We’re thrilled to unveil the latest version of the Lock Management blueprint for Home Assistant! :tada:

Description: Lock Management is an automation blueprint designed for managing door locks with additional auto-lock functionality based on specified conditions and triggers.

Assumptions:
To ensure optimal performance, please note:

  • Users must have Lock Code Manager by Raman325 configured and working properly. Github
  • Ensure correct configuration of door locks and timers within your home automation system.
  • Verify that all necessary triggers and conditions are met for the automation to function as intended.

Get Started: Install HACS custom integration Lock Code Manager Github by Raman325 and then To implement the Lock Management blueprint in your Home Assistant setup, simply import the blueprint using the provided URL: Download Lock Management Blueprint

Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

Current Version: 0.4.1
Please see change log for more details.
Stable Changelog

Inputs

Required Entities

  • Lock:
    • Description: Lock entity to be controlled.
    • Selector: Allows selecting a lock entity. Only one lock can be selected.

Optional Entities

  • Door Sensor or Door Sensor Group:
    • Description: Select the door sensor or group of door sensors where occupancy is detected.
    • Default: binary_sensor.none
    • Selector: Allows selecting a door sensor entity. Only one door sensor or group can be selected.
  • Auto Lock Timer:
    • Description: Timer entity for auto-lock functionality.
    • Default: timer.none
    • Selector: Allows selecting a timer entity. Only one timer can be selected.

Notification Entities

  • Easy Notify Group - Devices Notified:
    • Description: Select devices to receive notifications if enabled.
    • Default: “”
    • Selector: Allows selecting devices for notification. Only entity IDs after notify. should be provided.

Documentation: For detailed information on inputs, variables, triggers, actions, and customization options, refer to the blueprint documentation available on GitHub: View Blueprint Documentation

Feedback and Contributions: We welcome feedback, suggestions, and contributions from the community to enhance the Lock Management blueprint further. Feel free to share your experiences, ideas, or any issues you encounter while using the blueprint.

Future Enhancements:
We’re open to your feedback and suggestions to enhance Lock Management Blueprint further!

Let’s make home automation smarter and more efficient with Lock Management :house_with_garden::sparkles:

1 Like

Post 0.2.0 adds notifications.

Thanks for putting this together! I was just in the process of moving away from keymaster and found both lock code manager and your blueprint. I was wondering if there is any more guidance or details about the timer portion. I am a bit at a loss for how to properly configure that.

Hello, @loskinski! If you need guidance on setting up timers, it’s quite simple. Just create a timer helper, specify the desired duration, and then incorporate it into your blueprint. For instance, you can create a timer named ‘Door Auto Lock’ set for 1 minute, and then include it in the blueprint.

Remember to click “restore” to ensure that restarts do not terminate your timers.

For more details, you can refer to the documentation: Timer Integration - Home Assistant

1 Like

Warning: Min Home Assistant Version 2024.06.0 for version 0.4.1

Pushed new version 0.4.1 - see above warning before importing

There are reports events are not firing correctly and I am currently following the github.com

1 Like