Hello,
I’m doing a simple automation, the trigger is turn light on on sunset and the action is delay for 12 hours for turn light off. I noticed that if the delay is more than 9 to 10 hours, the delay will not execute. Any ideas??
Here is my automations:
- id: ‘1616260056490’
alias: Altar Light
description: ‘’
trigger:- platform: sun
event: sunset
offset: -01:00:00
condition: []
action: - type: turn_on
device_id: 8af326f3c58049e78bc7a2f62ffe331b
entity_id: switch.altar_light
domain: switch - delay:
hours: 10
minutes: 0
seconds: 0
milliseconds: 0 - type: turn_off
device_id: 8af326f3c58049e78bc7a2f62ffe331b
entity_id: switch.altar_light
domain: switch
mode: single
- platform: sun
Thank you