Okay, this might be a stupid question, but I’m gonna ask anyway
What is the difference between:
- condition: sun
after: sunset
after_offset: "-00:45:00"
and
- condition: sun
before: sunset
before_offset: "00:45:00"
Why do all examples seem to use the negative after_offset syntax, instead of the more intuitive before_offset syntax?