#An automations which turns on a disabled automation after an amount of Time?

1 messages · Page 1 of 1 (latest)

finite pilot
#

Is something like this possible? For example I turn off Automation XY and forget to turn it back on. Is there a way for HA to automatically turn it back on again?

Basically turning off an automation as a trigger.

covert rover
#

just use the state of the automation combined with "for"

trigger: if automation state is off for X amount of time
action: enable automation

finite pilot
#

Will try. Danke!

dusky grotto
#

Although I would suggest to use a helper (input_boolean) to do the enable/disable. And leave the full automation toggle as a last manual resort.