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 |
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 a battery sensor is below a defined threshold, only between defined hours. | |
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: "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: 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: 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: USGS Quake Notificator | |
description: > | |
Triggers when a new earthquake is detected via the official USGS integration in Home Assistant. | |
You can define a minimum magnitude and customize the actions using variables like {{ message.friendly_name }}. | |
domain: automation | |
author: Edison Montes @_GeekMD_ | |
homeassistant: | |
min_version: 2024.6.0 |