Wemo bridge discovery problem

Hi I’m very new to Home Assistant but first impressions is looks to be an awesome project. I have got a few things to work but I’m having trouble with my wemo lights/bridge. I have looked through forums but have not been able to find an answer so appologies if this has already been covered.

From the logs the bridge appears to be discovered but no lights are added due to a dependancy problem.

Log output

syslog.1:Jul 3 16:55:46 ospi hass[360]: INFO:homeassistant.core:Bus:Handling <Event platform_discovered[L]: service=belkin_wemo, discovered=(‘WeMo Link’, ‘Bridge’, ‘http://192.168.100.106:49153/setup.xml’, ‘94103ECCEEA4’, ‘231445B010139A’)>
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.core:Bus:Handling <Event platform_discovered[L]: platform=wemo, service=load_platform.light, discovered=(‘WeMo Link’, ‘Bridge’, ‘http://192.168.100.106:49153/setup.xml’, ‘94103ECCEEA4’, ‘231445B010139A’)>
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.loader:Loaded light.wemo from homeassistant.components.light.wemo
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:pywemo.subscribe:Listening on port 8991
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.components.wemo:Scanning for WeMo devices.
syslog.1:Jul 3 16:55:55 ospi hass[360]: ERROR:homeassistant.bootstrap:Error during setup of component wemo
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/srv/hass/hass_venv/lib/python3.4/site-packages/homeassistant/components/wemo.py”, line 68, in setup
syslog.1:Jul 3 16:55:55 ospi hass[360]: devices = [(device.host, device) for device in pywemo.discover_devices()]
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/discovery.py”, line 27, in discover_devices
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/discovery.py”, line 39, in device_from_description
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/discovery.py”, line 55, in device_from_uuid_and_location
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/ouimeaux_device/bridge.py”, line 39, in init
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/ouimeaux_device/bridge.py”, line 63, in bridge_update
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/ouimeaux_device/bridge.py”, line 266, in init
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/ouimeaux_device/bridge.py”, line 92, in init
syslog.1:Jul 3 16:55:55 ospi hass[360]: File “/home/hass/.homeassistant/deps/pywemo/ouimeaux_device/bridge.py”, line 280, in _update_state
syslog.1:Jul 3 16:55:55 ospi hass[360]: ERROR:homeassistant.bootstrap:Unable to prepare setup for platform light.wemo because dependency wemo could not be initialized

My config has the following options

wemo:
static:
- 192.168.100.106

Discover some devices automatically

discovery:

Thanks in advance for any help provided

Craig

Opps missed part of the log

syslog.1:Jul 3 16:55:46 ospi hass[360]: INFO:homeassistant.core:Bus:Handling <Event platform_discovered[L]: service=belkin_wemo, discovered=(‘WeMo Link’, ‘Bridge’, ‘http://192.168.100.106:49153/setup.xml’, ‘94103ECCEEA4’, ‘231445B010139A’)>
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.core:Bus:Handling <Event platform_discovered[L]: platform=wemo, service=load_platform.light, discovered=(‘WeMo Link’, ‘Bridge’, ‘http://192.168.100.106:49153/setup.xml’, ‘94103ECCEEA4’, ‘231445B010139A’)>
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.loader:Loaded light.wemo from homeassistant.components.light.wemo
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:pywemo.subscribe:Listening on port 8991
syslog.1:Jul 3 16:55:47 ospi hass[360]: INFO:homeassistant.components.wemo:Scanning for WeMo devices.
syslog.1:Jul 3 16:55:55 ospi hass[360]: ERROR:homeassistant.bootstrap:Error during setup of component wemo

I found this issue I had created a group with the iPhone app but the light where not turned on it appears that HA was trying to split the lights but could not. I turned the light on and deleted the group in the iPhone app and viola all 5 bulbs detected and added.

Hope this helps somebody else.