This file contains 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 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: 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 |
This file contains 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" |