This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Auto-Close Garage Door Blueprint | |
# Automatically closes a garage door after inactivity detected by motion sensors. | |
# Supports up to 6 motion sensors, enable/disable toggle, optional resume delay, | |
# notifications, and detailed logging. | |
# | |
# Changelog: | |
# - v1.3.4 (2025-05-27): Removed undefined 'wait' block that caused errors in automations using notification lead time. | |
blueprint: | |
name: Auto-Close Garage Door with Up to 6 Motion Sensors |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blueprint: | |
name: Ecobee Zoned Coordination (Auto Mode) | |
description: > | |
Coordinates heating and cooling across Ecobee thermostats in heat_cool (auto) mode. | |
When any zone starts heating or cooling, this automation checks if the others are within | |
1°F of their active setpoint (high for cooling, low for heating). If so, it temporarily bumps | |
the setpoint to force system-wide operation, then resets after a delay. | |
domain: automation | |
input: | |
thermostat_zones: |