Upgrade to 0.39.0

Having upgraded to 0.39.0 I am getting this in my error log now.

17-02-26 17:03:52 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
17-02-26 17:59:27 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
17-02-26 17:59:29 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting
17-02-26 18:56:31 ERROR (MainThread) [homeassistant.core] Timer got out of sync. Resetting

Also my limitlessled is not working now. It is a Mi-light V6 ibox2. This had been working after adding the pre 0.39.0 mods, that I think are now integrated into this version

Somebody else is reporting the same error.

Here is my config to make it work with 2 different types of bridges (V5 and V6) if it can help.

  platform: limitlessled
  bridges:
    - host: 192.168.1.70
      bridge_led: True
      version: 6
      port: 5987
      groups:
      - number: 1
        name: Side
        type: rgbww

    - host: 192.168.1.32
      version: 5
      port: 8899
      groups:
      - number: 1 
        name: Bedroom
        type: rgbw