#An automations which turns on a disabled automation after an amount of Time?
1 messages · Page 1 of 1 (latest)
just use the state of the automation combined with "for"
trigger: if automation state is off for X amount of time
action: enable automation
Will try. Danke!
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.