Have a look at State Notifications & Actions Blueprint. It includes âStartâ and âEndâ states with action buttons and associated actions. âStartâ for when the garage is open and âEndâ for when the garage is closed.
Iâm planning to add a recurring message option to keep reminding you until the task is done, though I donât have a timeline for that feature yet.
That said, this blueprint should still be useful for your needs.
Hi, iâm using HAOS and i followed your instructions and even restarted Home Assistant after installing Piper (which is started), but i canât select it in the âText-to-Speech Service Providerâ field. Did i miss anything ?
Once you installed piper go into the add on and the documentation page tab at the top. You will see the below⊠there you will have to install Wyoming⊠it should be auto discovered in settings > device & services
Thank you once again for your outstanding blueprints!
I have a question regarding a wishlist entry: Is there already a way to repeat notifications until the original state is restored? Iâd like to use this feature for doors when airing rooms. For example, after the door has been open for 10 minutes, Iâd like to receive push notifications every X minutes until it is closed.
Thanks for your suggestion. Yes this will be added to this blueprint⊠I have added it to another one of my blueprints and I just need time to add this feature to this one.
Hi Blacky! Just got a reolink doorbell, and found your blueprint - perfect!
One request, the TTS integrations donât seem to work with Alexa. Is there a way to use the ânotifyâ action or incorporate this into the blueprint? thanks!
I use it to call everyone when it is dinner time to, it was the main reason I developed this blueprint and I love it too. Tip: Make sure you set this time restriction so when you accidentally press it to call everyone at 1am in the morning you donât wake everyone up
In order to receive an alert from the remote control, Home Assistant (HA) must be able to detect when the remote is pressed. This event then acts as the trigger for an automation, which can send you an alert or notification using the blueprint.
{{ states[trigger.entity_id].attributes.friendly_name }}
if i use this code a cant get notificationsâŠ
Do i need to change it according names of entity_id?
I added it to the below blueprint but it is different than this one. It will be added but I am really busy at the moment. In about a week work will calm down again and I will get back to normal.
No it should work. Could you please provide us your YAML of the automation? This YAML code are the settings you have selected in the automation so I can help. To do this go into your automation, top right 3 dots, Edit in YAML, copy all the code, come back to the forum and in your reply at the top tool bar click on â</>â and paste code in there.
alias: Water leak
description: ""
use_blueprint:
path: Blackshome/notifications-and-announcements.yaml
input:
trigger_state_entity:
- binary_sensor.water_leak_vanna_water_leak
- binary_sensor.water_leak_kuhnea_water_leak
notify_device:
- b7e71979213cdfef9124f541a103fdbc
include_notify: enable_mobile_app_notify
notify_title: đą Water leak detected
notify_message: Shut off taps urgentlyđ
notify_data:
- high_priority
- sticky
global_conditions: []
include_persistent_notification: enable_persistent_notification
persistent_message: Shut off the taps urgentlyđ
persistent_title: đą Water leak detected
i want to receive notifications with trigger.entity_id.
also i get problem if Z2m restarts or reconnect to waterleak detectors i receive notifications so i cant use them to prevent waterleaks due to false positives.
If i install water switch-off valve when reconnecting z2m i will get false positives