I am using NodeRed addon in Home Assistant. With the latest update (v12.0.2), the stoptimer node was removed according to the change log. The change log also mentioned a way to manually reinstall the node but i dont know how.
What would be an alternative to the stoptimer node or how do i install it manually? I used it in most of my current automation (turning light off) so i need to fix it soon. Thank you.
You can easily use the Trigger node to get the same level of functionality and not need to rely on a 3rd party node as Trigger is part of the core group of nodes
Thank you for the link. How do i get it to install in Home Assistant? I see an option to upload tgz file but i couldnt figured out how to download the file via the site you sent.
Just want to update the thread with a solution that i founded. Just to help others down the road.
The stoptimer is not showing up in the palette manager so i have to manually install it. All the nodes are install via the npm command via the node documentation on the npmjs.com site. Since i am running NodeRed via Home Assistant i cant run that command (not sure where to run it). So after much digging i found that in the NodeRed addon configuration there is a place to put in the "npm" command so that when the NodeRed addon start it will load nodes.
Using the delay and trigger node does help. I have a lot of automation setup with the stoptimer node, so just easier to add the node back in than reconfigure all my automations.