Unable to connect lifx bulb

Hello, I am unable to connect my lifx bulb, it br30 900 bulb.

I do not have a hub of any kind just the wifi connection. I also was able to setup homebridge but not the home assistant flavor of homebrige. My homebridge does work and the lifx app on my IOS device can control the light with no issues.

Here is the log:

ERROR:homeassistant.components.light:Error while setting up platform lifx
Traceback (most recent call last):
File “/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/homeassistant/helpers/entity_component.py”, line 98, in _setup_platform
discovery_info)
File “/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/homeassistant/components/light/lifx.py”, line 108, in setup_platform
lifx_library = LIFX(add_devices_callback, server_addr, broadcast_addr)
File “/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/homeassistant/components/light/lifx.py”, line 45, in init
broadcast_addr)
File “/Users/brianbarthold/.homeassistant/deps/liffylights.py”, line 100, in init
self._sock.bind((listener_addr, UDP_PORT))
OSError: [Errno 49] Can’t assign requested address

It seems the LIFX component is failing to setup.
Could you share a sanitized copy of your configuration?
If not, have you tried specifying the optional values?

Here is my config file, I tried adding the lifx, where light is now and also enabling the discovery but it could not find anything?

I also tried some of the items listed in the post: https://github.com/home-assistant/home-assistant/issues/1013

homeassistant:
  # Name of the location where Home Assistant is running
  name: Home
  # Location required to calculate the time the sun rises and sets
  latitude: *******
  longitude: *******
  # Impacts weather/sunrise data
  elevation: *******
  # C for Celsius, F for Fahrenheit
  unit_system: imperial
  # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
  time_zone: America/Chicago

# Enables the frontend
frontend:

http:
  # Uncomment this to add a password (recommended!)
  api_password: *******

# Checks for available updates
updater:


# Discover some devices automatically
#discovery:

# Allows you to issue voice commands from the frontend in enabled browsers
#conversation:


  #broadcast: 192.168.1.255
  #

light:
  platform: light  

# Enables support for tracking state changes over time.
history:

# View all events in a logbook
logbook:

# Track the sun
sun:

# Weather Prediction
sensor:
  platform: yr

I know it’s been a long time since this post, but shouldn’t you have platform: lifx instead of platform: light ?