Skip to content

Instantly share code, notes, and snippets.

View torrancew's full-sized avatar

Tray torrancew

  • San Francisco, CA
View GitHub Profile
@torrancew
torrancew / repeating-alerts-ltek.yaml
Created July 29, 2026 22:26 — forked from Ltek/repeating-alerts-ltek.yaml
Home Assistant Blueprint : Repeating Alert Notifications by LTek
blueprint:
name: ⚠️ Repeating Alert Notifications by LTek
description: |
**Repeating Alert Notifications ideal for doors, windows, locks, etc**
🚀 Version 2026.07.11.37c
- ADDED: Wake Screen for Android Notifications. Good for important messages
- ADDED: Variables for the triggering entity's Device Name and Area for use in titles, messages, and Notification ID.
input {
file {
type => "syslog"
path => ["/var/log/secure", "/var/log/messages"]
tags => ["syslog"]
}
pipe {
type => "edgecast-logs"
command => "zcat /home/edgecast/logs/*.log.gz"