Current config:
- id: "1748555992501"
alias: TrueNAS ON Weekdays
description: ""
triggers:
- trigger: time
at: "16:00:00"
conditions:
- condition: state
entity_id: binary_sensor.workday_sensor
state: "on"
actions:
- target:
entity_id:
- switch.wol_truenas
data: {}
action: switch.turn_on
mode: single
- id: "1748556052084"
alias: TrueNAS ON Weekends
description: ""
triggers:
- trigger: time
at: "08:00:00"
conditions:
- condition: state
entity_id: binary_sensor.workday_sensor
state: "off"
actions:
- target:
entity_id:
- switch.wol_truenas
data: {}
action: switch.turn_on
mode: single
If I run either automation manually then it triggers WOL. However the automation never runs on it's own, telling me that the conditions or the condition triggers are not working. Curious what I'm missing.
I've had the time only trigger working on it's own in the past, but I would love to be able to leverage the workday sensor to further reduce when the automation triggers.