Thanks for the info! For this option, weāll need to use tags. What tags allow us to do is replace the old notification with your new message. Iāll then create an option to clear the message when the Reminder Notification Entity is used. That way, others will know itās been handled. I might even add a little extra flair⦠but youāll have to wait and see!
All good on the coding side⦠easy enough to do. But thanks for offering to help!
Hi, I am using your blueprint for my washingmachine, dishwasher etc, and they all work great!!
Now I wanted to create one for my carcharger. All the other appliances are connected to smartplugs, the charger is not.
Still, I have power sensors, energy sensors, so I thought this would be possible to set up.
But for some reason itās not working.
Here is my yaml-code:
Could you have a look and tell me where I go wrong.
sensor.25_vermogen = power in kW. (session)
sensor.25_levensduur_verbruik = energy in kWh (accumulative)
Thanks!
Watts your appliance up to, youāre always in the know from start to finish!
New Features
Notification Tags - Use a tag to keep your notifications organized. When a new notification with the same tag is sent, it replaces the old one, preventing clutter from multiple notifications for the same appliance.
Reminder Notification Options - Added two new options:
Enable Reminder Notification + Notify When Done: Receive repeated reminders until the Reminder Notification Entity is ON or the maximum notification count is reached. When the entity turns ON, a one-time notification will be sent using the Notify When Done Message.
Enable Reminder Notification + Clear When Done: Receive repeated reminders until the Reminder Notification Entity is ON or the maximum notification count is reached. When the entity turns ON, the notification will be cleared.
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
Great blueprint here. Is it possible to add support for the notification timeout value and the notification icon on the android side? I can takeover the blueprint and add it manually in the notification section, but it would be nice to have it built-in.
Using the ātake overā option often defeats the purpose of blueprints, which are designed to be reusable, manageable, and updatable, without needing to dive into custom YAML unless absolutely necessary. Once someone uses ātake over,ā they:
⢠Lose automatic updates
⢠Risk breaking changes when modifying internal logic
⢠Often end up duplicating blueprint features unintentionally
Iāve never been a fan of this option.
Instead, I recommend using custom actions. They offer the flexibility to add personal logic while still preserving all the benefits of the blueprint model, including versioning, structure, and future-proofing.
That said, thanks for your suggestion and it has been noted in the list.
Did you have a chance to look at this. So one can set a custom notification icon?
I couldnāt find it in the change logs between 2.8 (where I made the changes and 3.2)
Thanks for the reply! Iām aware of the ramifications of ātaking overā, and Iām aware of the custom actions. I use custom actions already to set booleans and timers for other things. Custom actions donāt fire when the reminder notifications go out though, so in this case it would not be useful (except for the one-time notification) unless I rewrote the reminder notifications logic all within a custom action. Hence my request for the additions.