I listen to the state of sun.sun
(from AppDaemon) and I noticed that a state change is triggered every 4 minutes, despite no change in the state:
2019-12-10 14:40:11.005663 INFO darkmode: ('sun.sun', 'state', 'above_horizon', 'above_horizon', {'handle': UUID('9d0b4c97-457b-4784-a994-732f559aefc2')})
Why is it so?
As a side note, I manually set other states, including cases when the same value of a state is applied several times. This does not trigger a change of the state (which is the correct behaviour). As of now sun.sun
is the only one I saw behaving like that.