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
Thanks for your YAML. I have fixed it for you as there were some this wrong. Below is your code, copy and paste it replacing all the YAML.
What I changed.
You had a indent issue that I fixed.
Trigger State I clanged it to option 2, so when your leak is detected and your leak detector goes ON (wet) it triggers the automation not when it goes OFF or unavailable. This may help false trigger as you had it set to option 1, this means if it goes ON or OFF and when you restarts or reconnect Z2m it my be unavailable then OFF and that will trigger the automation.
In Triggers section I have added 2 seconds to Time Delay. This way it must be ON for 2 seconds to send the notification. This may help in your false positives. Adjust this to suit your needs. See you may get your sensor go ON when Z2m restarts or reconnects for a millisecond or even a second. So if this happens then it will not trigger as the sensor must be ON for at least 2 seconds to trigger the automation. Again adjust to your site conditions as you see fit. It was set on â0â and because we changed the trigger state to option 2 you may be able to set this back to â0â.
Hi Blacky. This is the Blueprint I was looking for. Your Blueprints are incredible. I use most of them with no issues. Are you able to change the default IOS notification sound with this alert? I donât see where or how to do that.
Thanks for the heads up as I havenât added it to this blueprint yet. I will update it now⊠once updated you will have the option to change the sound for IOS.
Followed your instructions on how to import the custom WAV file and it worked like a charm. This Blueprint can be used in so many ways. I would think it would be in everyoneâs wheelhouse. Thanks again for your time and efforts!
Notification Sound - The Home Assistant app for iOS includes built-in notification sounds, and you can import sounds from your iOS device into the app. Custom sounds can also be added via iTunes or from your cloud storage.
For more information on using sounds in the Home Assistant app, click here.
Maintenance
From time to time, Home Assistant updates their YAML standards and coding practices. To align with their roadmap, weâve updated the code accordingly. We will continue to apply these updates across all our blueprints as they are revised.
If you like this blueprint? Consider hitting the button in the top post
If you like my blueprints, and would like to show your support or just say thank you? Click Here