Skip to content

Instantly share code, notes, and snippets.

@SirUli
SirUli / contact-sensor-left-open-notification.yaml
Last active December 22, 2025 08:20 — forked from lnlyssg/contact-sensor-left-open-notification.yaml
Home Assistant Blueprint: Contact Sensor Left Open Notification
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)
@SirUli
SirUli / hermsi-docker-gc.sh
Created October 30, 2022 09:59 — forked from Hermsi1337/hermsi-docker-gc.sh
Docker Cleanup Script for Gitlab-Runners
#!/usr/bin/env bash
if [[ -n "${DEBUG}" ]]; then
set -x
fi
# Run container removal
CONTAINER_NAMES_TO_EXCLUDE=()
CONTAINER_NAMES_TO_EXCLUDE+=("gitlab-runner")