#'for' condition in automations

1 messages · Page 1 of 1 (latest)

lyric ginkgo
#

This new for condition in automations (if door open for 10 minutes do x)

Does it persist across restarts, or is that still a limitation?

fast bridge
#

If you are using the triggers from the labs, I can't say for certain, but I believe the only thing that will survive a restart is a timer helper. They *might have added something in labs that I don't know about, however.

smoky basalt
#

reading the code, the labs just encapsulates standard triggers (state). It won't survive the reset.

lyric ginkgo
#

Ahh, thats a shame 🙁 I thought maybe it'd be timestamps, and then analysed at reboot

smoky basalt
#

Use helpers to store the value and then trigger

true palm
#

It's on my todo list to create a task to "prime" triggers and conditions based on state history, so hopefully we can address this soon!

#

But as of now, they don't survive restarts, no