I love this automation! Thank you for sharing.
I would like to be able to change to notification icon of start & end notifications on my android.
I had this in my manual notifications before, but wasnāt possible here.
Iāve tweaked your gist to allow manual yaml overrides for notifications: here
With this override in my usecase:
notification_icon: mdi:washing-machine
Feel free to use/tweak it however you need, but wanted to share this little quality of life (for me)
@Blacky Any plans to have a blueprint geared towards vacuum notifications? Came to this Blueprint since theyāre a smaller appliance I guess, but see now that this one is meant for larger appliances.
Your States Notification & Actions blueprint allows me to do some of the simpler notifications (bag is almost full), but thereās features in your Low Battery blueprint that would also make sense to go along with vacuums. Setting a notification for certain times of a day for instance.
Right now I use your blueprint for two vacuum entities. One is a robot vacuum, the other a litter robot which shows as a vacuum entity
@blacky Hey I recently startet with HA and blueprints.
Had my own automation for the same purpose before which worked but was very basic so I thought Iāll give it a try. Just tried to use yours for my washing machine and dryer so far I thought everything is fine and the automation tells me that it git triggered but I didnāt receive any noti. So far I couldnāt figure out why.
I see via trace that it stops at the ātime settingsā but I didnāt enabled them.
Maybe someone can assist a newbie with some troubleshooting
When setting it up for the first time maybe try and also use the start notification. This will help you make sure that the automation is running and you should get the end notification. Once you happy with it you can then just disable the start notification.
Below is a few adjustments to your YAML to make sure we get the end notification.
I have enabled the start notification, removed the 1 min dead zone and changed the repeat count from 2 to 1.
Test this and see if it works then make adjustments as needed.
Hi Blacky,
thank you so much for this wonderful automation. It works flawlessly and Iām only using a small part of its functionality.
I have a question:
Would it be technically feasible to show the remaining time of a wash cycle ?
The easy way would be to take an average of past cycles. More advanced would be to have stored values for different programs and then detect the currently running program by comparing to the stored values to have an accurate remaining time.
Thanks again!
What you could do is to use the custom actions and use timers. This is how you would do it.
Enable Custom Actions - Start
In Custom Actions - Start add action and type Timerā¦ then choose Timer: Start.
Select entity, and then select a timer helper. If you donāt have a timer helper scroll down to the bottom when selecting an entity and choose + create new timerā¦. Follow the steps and this will add a timer helper. Leave the duration to 00:00:00 and select Restore state and time when Home Assistant starts
Enable duration and then enter in a time like this 01:10:00 this will give 1 hour and 10 min.
Save.
Add your timer to a dashboard and you will see the remaining time.
The hard thing is knowing what cycle you are using. You could add multiple timers that will start every time and then add them to a dashboard. Then you could look at the one your doing at the time.
PS: Home Assistant just made timer look better in a dashboard this release 2025.3.0 so make sure you check that out.