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: 🚪 Contact Sensor Left Open Notification | |
| description: | | |
| 📲 Notifies you when a door or window is left open. | |
| 🚀 Version 2025.12.22.1 | |
| Are you tired of worrying about open doors or windows? This blueprint has got you covered! It's designed to send you a prompt notification when a door or window remains open for a specified duration. | |
| 📖 For Details see this [Blog post](https://community.home-assistant.io/t/contact-sensor-door-or-window-left-open-notification/652571) |
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
| #!/usr/bin/env bash | |
| if [[ -n "${DEBUG}" ]]; then | |
| set -x | |
| fi | |
| # Run container removal | |
| CONTAINER_NAMES_TO_EXCLUDE=() | |
| CONTAINER_NAMES_TO_EXCLUDE+=("gitlab-runner") |