checking back on the sun conditions (need a +1 hour after sunset, and use the below condition)
- condition: sun
after: sunset
after_offset: '01:00:00'
Checking everything, so re-reading, I now am utterly confused. How come this is in the docs:
> condition:
> condition: sun
> after: sunset
> after_offset: "-01:00:00"
>
> This is ‘when light’ - equivalent to a state condition on `sun.sun` of `above_horizon` .
>
>
> condition:
> - condition: sun
> after: sunrise
> before: sunset
>
> This is ‘when dark’ - equivalent to a state condition on `sun.sun` of `below_horizon` .
in my country ( ) it is dark after sunset, and light after sunrise… which is the opposite of the above. What am I misreading here…