Hi all,
I am at a loss as to why my automation is not matching these conditions, I want to identify when it is 'day time' (after sunrise, before sunset):
conditions:
- condition: sun
after: sunrise
before: sunset
Here is the trace, its patently within the 'wanted' times.
Executed: 26 September 2024 at 06:28:56
Result:
wanted_time_before: '2024-09-26T17:54:53.332838+00:00'
wanted_time_after: '2024-09-26T06:00:30.220630+00:00'
result: false
What am I missing?