Description
Represents a time schedule event.
Fields
Key | Type | Description |
---|---|---|
at
|
Time |
Scheduled time of the day. Required |
weekdays
|
[Weekday] |
The applicable weekdays. If empty, the schedule is applicable to everyday. Optional |
Examples
Starts the automation at 12:00 pm on Sunday and Saturday.
starters:
type: time.schedule
at: 12:00 pm
weekdays:
- SUN
- SAT