cancel
Showing results for 
Search instead for 
Did you mean: 

time.schedule not triggering

holycacao
Community Member

My script editor automations using a time.schedule starter have stopped running. I've tried deleting and recreating the routines to no avail. Execution logs are empty. Here's one of the routines (indentation didn't paste):

 

metadata:
name: "Vacuum: Run and notify"
description: Run every weekday morning and notify us at night if it ran.

automations:
- starters:
- type: time.schedule
at: 11:00 AM
weekdays:
- MON
- TUE
- WED
- THU
- FRI
condition:
type: device.state.OnOff
state: on
is: false
device: SW V Vacuum with Max - Virtual
actions:
- type: device.command.OnOff
on: true
devices: SW V Vacuum with Max - Virtual 

 

0 REPLIES 0