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: USGS Earthquake Notifier (All Entities) | |
description: | | |
Trigger an action when any new earthquake is detected by the USGS Earthquakes Feed integration, | |
and its magnitude meets or exceeds the defined threshold. | |
domain: automation | |
author: Edison Montes @_GeekMD_ | |
homeassistant: | |
min_version: 2024.6.0 |
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: 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" |
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: 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 |
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: "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" |
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: Low Battery Notificator | |
description: Notifies when any battery sensor drops below a defined threshold, excluding selected devices. Executes periodically and at defined times, with optional logging. | |
domain: automation | |
author: Edison Montes @_GeekMD_ | |
homeassistant: | |
min_version: 2024.6.0 | |
input: | |
start_time: |
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: 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 |