Argh … I am still struggling with HA yaml …
I have an automation running my screen tablet when someone rings the bell, but the screen automatically turns off after 30 seconds (set by default by Fully kiosk …)
What would be the best way to set a “timer” so that the screen stays ON for 2 minutes ?
I assume I need to create an helper, but then how should I use it in my code :
thank you … because by default when I am in front of the tablet, the camera switches on the tablet for 30 seconds … and that is enough … but when someone rings the bell, I want the screen to be ON for a longer period
There should be a simple way in automaayion tu run a timer before next action is executed, but I can not figure out how to do this.
I have created a timer helper of 5 minutes, then trying to use it in an automation.
… but what happens is that the timer is launched, but next action is executed straight after the timer is launched, and not waiting for the timer to finish it :
So below, when wifi is turned “ON”, I start timer of 5 minutes then a value should be changed to my tablet to “500” … but instead, the value is directly changed, and the timer continues to run till 5 minutes :
How Should I do to tell him to WAIT for 5 minutes (so that the timer is finished) to run next action ??
In the UI, there is also no possibility to add a condition after the trigger is executed :
Yeah I just found it, but that is not working … I have inserted a delay to wait for 5 minytes after I have turned my WIFI ON to then set a value of 500, but it sets it after a couple of seconds :
That looks right, are you sure you havent got an old automation still doing it? Maybe add a persistant notification to send when it does it and see if that takes 5 mins to send.