๐Ÿ””

Notifications

Blueprints for sending notifications

22 blueprints found

๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
82.5K7.3K388
by home-assistanthome-assistant/core
๐Ÿ””
Notifications
medium
5 inputs

Send Web UI persistent notifications to Mobile Devices

Send Web UI persistent notifications to Mobile Devices

Send Web UI persistent notifications with the provided ID to the specified Mobile Devices. ๐Ÿ“• Full documentation regarding this blueprint is available here. ๐Ÿš€ This blueprint is part of the Awesome HA Blueprints project. โ„น๏ธ Version 2021.10.26
text
boolean
1.2K3.7K3.4K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
52710.6K3.6K
๐Ÿ””
Notifications
medium
7 inputs

Confirmable Notification

A script that sends an actionable notification with a confirmation before running the specified action.
device
text
action
5278.3K2.0K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
2738.4K492
๐Ÿ””
Notifications
medium
7 inputs

Confirmable Notification

A script that sends an actionable notification with a confirmation before running the specified action.
device
text
action
27310.2K310
๐Ÿ””
Notifications
complex
6 inputs

Notify if selected Device_Tracker goes down and do something about it - 2024-06-04

This is intended to be used with pfSense HACS Integration: GitHub - travisghansen/hass-pfsense: pfSense integration with Home Assistant . However it could be used with any device tracker that reports home when the device is up and something else when it isn't. It will create a persistent notification when triggered. Triggers / notifications can be enabled for a time period each day and/or for specific days of the week. There is also the ability to roll your own specific notification or other action as an action statement. I also found that Awesome Blueprints Matt has a blueprint to send this stuff to your phone, so I referenced that here to be helpful if you are looking for that. If you want to send these notifications to a mobile device, i suggest you look at the following blueprint to use in conjunction with this blueprint. I am not affiliated with that, but decided I didn't want to re-invent the wheel as mobile HA is not something I do every day. Open your Home Assistant instance and show the blueprint import dialog with a specific blueprint pre-filled.

๐Ÿ˜ Requirements

Persistent Notification Integration Required

You must have this integration enabled on your system to run the automation, since the these notifications are generated by this integration. This should be activated in your HA Instance by default, so unless you tweaked the default configuration, you're good to go.

Persistent Notification Integration Docs

Community link for this blueprint

๐Ÿ—ฟNotice๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ:

  • Copies of the original Blueprint that were converted via the 'Take Control' feature or other means are officially not supported by me.
  • I may or may not be able to support you when you have a problem after you make changes to my code, as some of the code is no longer mine.
  • I & my license also require attribution as a link back to the original should you use this code in your own creation.
  • Here is a link to my license & the original github post expected to be followed & referenced as attribution should you use this code elsewhere.
20010.0K2.6K
๐Ÿ””
Notifications
complex
7 inputs

Person Alert Honitor - 2023-02-22

This BluePrint will monitor a person or persons, and when they 'enter' or 'leave' the zone you pick, it will trigger an action. I use this BluePrint to follow family members around during their day so that the family members at home know where their loved ones are. The monitored areas need to be set up as zones in Home Assistant. SEE: HA ZONES LINK Open your Home Assistant instance and show your zones. The person needs something monitoring their location. I use Life360, but the Home Assistant App running on their phone will also work. There are likely other location monitoring methods but I am not aquainted with any of them. SEE: Open your Home Assistant instance and show your people. LIFE360 INTEGRATION LINK PERSON INTEGRATION LINK ๐Ÿ“ฉ There is not an official version control system for Blueprints. However I have found something that comes pretty close. It is not perfect, but for MOST Blueprints, it does just fine. I encourage you to check this script out and use it to easily check if I have updated this blueprint. ๐Ÿ”— koter84 Blueprint Update Script [Community link for this blueprint](NEW LINK)
entity
action
time
+1
2005.4K683
๐Ÿ””
Notifications
medium
2 inputs

Person Alert Monitor - 2024-06-08

This BluePrint will monitor a person or persons, and when they 'enter' or 'leave' the zone or zones you pick, it will trigger an action for both enter and leave phases. Yes, it will watch multiple people and multiple zones at the same time! I use this BluePrint to follow family members around during their day so that the family members at home know where their loved ones are. I used this to eliminate over 2 dozen separate Automations and Scripts in my Home set-up. The multiple person/multiple zone watch ability is the key. The monitored areas need to be set up as zones in Home Assistant. SEE: HA ZONES LINK Open your Home Assistant instance and show your zones. The person needs LAT/LOG software running to report their location. I use Life360, but the Home Assistant App running on their phone will also work. There are likely other location monitoring methods but I am not aquainted with any of them. SEE: Open your Home Assistant instance and show your people. LIFE360 INTEGRATION LINK PERSON INTEGRATION LINK Community link for this blueprint

๐Ÿ—ฟNotice๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ:

  • Copies of the original Blueprint that were converted via the 'Take Control' feature or other means are officially not supported by me.
  • I may or may not be able to support you when you have a problem after you make changes to my code, as some of the code is no longer mine.
  • I & my license also require attribution as a link back to the original should you use this code in your own creation.
  • Here is a link to my license & the original github post expected to be followed & referenced as attribution should you use this code elsewhere.
2007.4K3.9K
๐Ÿ””
Notifications
simple
2 inputs

device_reset_script - 2023-12-07

This script was invented to be used with my Device Tracker-Monitor-Notifier Blueprint. I released it as a standalone Script Blueprint because I saw an opportunity to add another tool to my toolbox, and possibly to others toolboxes There are other places in my HA config where I need to reset something and now I can use this thing. It asks for the entity or list of entities that you want to reset and how long you want them to be off for the reset. When a Script using this Blueprint is called, it will use Homeassistant turn off to shut them off, wait the delay, then turn them back on. Simple Simple, but if you are doing it over and over in an automation, this cleans up the code quite a bit.

๐Ÿ—ฟNotice๐Ÿ‘ฎ๐Ÿฟโ€โ™‚๏ธ:

  • Copies of the original Blueprint that were converted via the 'Take Control' feature or other means are officially not supported by me.
  • I may or may not be able to support you when you have a problem after you make changes to my code, as some of the code is no longer mine.
  • I & my license also require attribution as a link back to the original should you use this code in your own creation.
  • Here is a link to my license & the original github post expected to be followed & referenced as attribution should you use this code elsewhere.
entity
duration
2002.0K3.6K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
1242.1K3.8K
๐Ÿ””
Notifications
complex
7 inputs

Confirmable Notification

A script that sends an actionable notification with a confirmation before running the specified action.
device
text
action
1244.2K1.4K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
811.3K2.7K
๐Ÿ””
Notifications
simple
2 inputs

Announce

A script that announces a message on a media player using text-to-speech.
entity
813.5K3.6K
๐Ÿ””
Notifications
medium
7 inputs

Confirmable Notification

A script that sends an actionable notification with a confirmation before running the specified action.
device
text
action
815.1K2.3K
๐Ÿ””
Notifications
simple
2 inputs

Announce Message

Announce a message on a speaker
entity
615.3K1.4K
๐Ÿ””
Notifications
complex
12 inputs

Update notifications

Send notifications for new updates and install or skip on action
entity
device
boolean
+5
238.0K1.6K
๐Ÿ””
Notifications
medium
2 inputs

Text-to-Speech on Sonos

This blueprint is used to add a script that will say messages on Sonos speakers. The script handles oddities to ensure a proper experience including saving/restore state, handling speaker groups, unmuting, pausing music, disabling repeat, adding delays, etc. I recommend setting the mode to parallel if you will use this script on more than one speaker.
text
219.2K3.2K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
208.3K358
๐Ÿ””
Notifications
medium
5 inputs

Send Notification for Home Assistant Alert

Send notification on your preferred channel when there is a new Home Assistant alert published
boolean
04.1K4.9K
๐Ÿ””
Notifications
medium
3 inputs

Zone Notification

Send a notification to a device when a person leaves a specific zone.
entity
device
03.4K2.9K
๐Ÿ””
Notifications
medium
7 inputs

Confirmable Notification

A script that sends an actionable notification with a confirmation before running the specified action.
device
text
action
07.1K2.1K