Lifx broken?

Since the update to 39.1 my Lifx lightbulb doesn’t show up in homeassistant anymore. Tried rebooting, changing config etc, but nothing seems to work. Anyone got any idea?

Relevant configuration.yaml:

light:
  - platform: lifx
    broadcast: 192.168.1.255
    allow_unreachable: true
    scan_interval: 1

Relevant log:

17-02-28 08:02:47 ERROR (MainThread) [homeassistant.components.light] Error while setting up platform lifx
Traceback (most recent call last):
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py", line 151, in _async_setup_platform
    entity_platform.add_entities, discovery_info
  File "/usr/lib/python3.4/asyncio/futures.py", line 388, in __iter__
    yield self  # This tells Task to wait for completion.
  File "/usr/lib/python3.4/asyncio/tasks.py", line 286, in _wakeup
    value = future.result()
  File "/usr/lib/python3.4/asyncio/futures.py", line 277, in result
    raise self._exception
  File "/usr/lib/python3.4/concurrent/futures/thread.py", line 54, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/light/lifx.py", line 52, in setup_platform
    lifx_library = LIFX(add_devices, server_addr, broadcast_addr)
  File "/usr/local/lib/python3.4/dist-packages/homeassistant/components/light/lifx.py", line 74, in __init__
    broadcast_addr)
  File "/home/pi/.homeassistant/deps/liffylights.py", line 100, in __init__
    self._sock.bind((listener_addr, UDP_PORT))

My Lifx is working fine, here is how I have it configed

- platform: lifx
  server: 10.0.0.6
  broadcast: 10.0.0.255

The server is your HA’s ip