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
blueprint:
name: Daily Counter Blueprint
description: >
Increments a selected counter each time the specified entity is triggered.
The counter resets automatically every day at 00:00.
domain: automation
author: Edison Montes @_GeekMD_
homeassistant:
min_version: "2023.0.0"
blueprint:
name: Unavailable Device Notificator
description: Execute actions when any non-light device becomes unavailable, with time restrictions and optional first change ignore.
domain: automation
author: Edison Montes @_GeekMD_
homeassistant:
min_version: 2024.6.0
input:
start_time:
blueprint:
name: Notificación persistente por puerta/ventana abierta
description: >
Envía una notificación (u otra acción) si una puerta o ventana permanece abierta
más de un tiempo definido, y repite la acción cada cierto intervalo mientras siga abierta.
Permite definir condiciones opcionales que deben cumplirse antes de ejecutar la acción.
domain: automation
input:
target_entity:
name: Sensor de puerta/ventana
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"
@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
@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 / unavailable_lights_notificator.yaml
Last active April 28, 2025 15:46
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