This is a collection of blueprints I use in my Home Assistant installatoin
Find a file
2025-10-31 12:05:12 -04:00
auto_lock_door.yaml feat: add automatic door locking blueprint 2025-10-17 08:22:43 -04:00
notify_open.yaml feat: add blueprint for notifying when sensors are left open 2025-10-31 11:41:07 -04:00
README.md docs: add README with descriptions of each blueprint 2025-10-31 12:05:12 -04:00
ring_keypadv2_alarmo_keymaster.yaml feat: add Ring keypad v2 blueprint 2025-10-17 10:44:45 -04:00
window_hvac.yaml refactor: utilize scenes for saving climate state rather than helper entities 2025-10-17 09:49:38 -04:00
zwave_lock_disarm_alarmo.yaml feat: add Z-Wave lock disarm alarmo blueprint 2025-10-17 14:24:52 -04:00

mehalter's Home Assistant Blueprints

Auto-lock Doors

Add Blueprint

This blueprint lets you set a schedule for automatically locking doors during a time period (intended for keeping doors locked at night). You must provide a lock entity, door binary sensor, a start and end time, and a close delay.

Between the start and end time the door will lock automatically when closed after the provided close delay. The door will also lock automatically immediately at the start of the locking period.

Sensor Left Open Notification

Add Blueprint

This blueprint lets you set up notifications if a door, window, or garage door have been left open. It mainly one or more binary sensors (of classes: door, window, garage door), a timeout in which to wait until making a notification, and a notification script which is intended to do the notification whether that is making some sort of sound in the house or sending a notification. It optionally takes a zone to check for presence. If a zone is provided it will only call the local notification if someone is at home. If not then it will send a notification to one or more mobile applications.

Ring Keypad v2 Alarmo and Keymaster

Add Blueprint

This blueprint allows you to use Keymaster pins with the Ring Keypad v2 in order to control an Alarmo instance. It requires a known Alarmo PIN in order to interface between the 2.

HVAC Control with Windows

Add Blueprint

This blueprint allows you to automatically turn off and resume a climate entity when a window sensor has been open or closed for some specified amount of time. This is intended to be used with group helper entities in order to support multiple windows for a single climate entity.

Z-Wave Lock Alarmo Disarm

Add Blueprint

This blueprint allows you to automatically disable Alarmo if a Z-Wave lock has been unlocked using a pin code. This is useful when integrating Keymaster codes with Alarmo and wanting the knowledge of a PIN to unlock the door is sufficient for also disabling the security system.