You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While I'm not following the logic in that code path, the idea seems to
be that it should do an early return if the new value was not processed
yet.
And all that is fine, except that it was using `last_changed` instead of
`last_updated`. For lights, it means that it only reacted to lights
being turned on or off, not when the brightness was changing.
ResolvesClooos#1367.
0 commit comments