Skip to content

Instantly share code, notes, and snippets.

View Geek-MD's full-sized avatar
:electron:
Focusing

Edison Montes M. Geek-MD

:electron:
Focusing
View GitHub Profile
@Geek-MD
Geek-MD / unavailable_lights_notificator.yaml
Last active February 19, 2025 20:35
Home Assistant Blueprint: Unavailable Lights Notificator
blueprint:
name: Unavailable Lights Notificator
description: Notify when a light has been turned off using the switch
domain: automation
author: Edison Montes @_GeekMD_
homeassistant:
min_version: 2024.6.0
input:
delay:
name: Time Delay
@Geek-MD
Geek-MD / updates_notificator.yaml
Last active February 12, 2025 17:23
Home Assistant Blueprint: Updates Notificator
blueprint:
name: Home Assistant Updates Notificator
description: Execute actions when an update is available for an integration, theme, card, or add-on within a specific time range.
domain: automation
author: Edison Montes @_GeekMD_
homeassistant:
min_version: 2024.6.0
input:
start_time:
name: Start Time
@Geek-MD
Geek-MD / low_battery_notificator.yaml
Last active February 12, 2025 16:42
Home Assistant Blueprint: Low Battery Notificator
blueprint:
name: Low Battery Notificator
description: Trigger actions when a device's battery level falls below a defined threshold, but only within a specific time range.
domain: automation
author: Edison Montes @_GeekMD_
homeassistant:
min_version: 2024.6.0
input:
battery_level:
name: Battery Level Threshold
blueprint:
name: "New Device Notificator"
description: "Executes custom actions when new devices are discovered. If detection occurs outside the scheduled time, actions run at the next start time. Includes a list of discovered devices."
domain: automation
author: "Edison Montes @_GeekMD_"
input:
start_time:
name: Start Time
description: Time from which the automation will be active.
default: "08:00:00"