I have this automation that should run every day at 7am, but doesn't.
if i check in the automation page ha says that it was triggered correctly at the right time, but it still doesnt run.
if i manually run it everything works
alias: xxxx
description: ""
triggers:
- trigger: time
at: "07:00:00"
conditions: []
actions: - type: turn_on
device_id: xxxxx
entity_id: xxxx
domain: switch
mode: single