My collection of home-assistant.io blueprints
Android Alarm from static Time
Android Alarm variable input
When calling this script add time: 'HH:MM'
for the time to be passed to the input.
All my notification scripts use a standard call format below, message is required for everything, while title, critical, and data are optional.
Critical allows a device to bypass the devices input boolean used to as a do not disturb. Title and data is currently used by only mobile apps.
Data for mobile apps are for including additional mobile app notification features
You need to create an input_boolean prior to adding these blueprints that is used for the blueprints control of the do not disturb features.
data:
title: Testing
message: test this!
critical: true
data:
actions:
- action: ALARM
title: Sound Alarm
icon: sfsymbols:bell
- action: SILENCE
title: Silence Alarm
icon: sfsymbols:bell.slash