(Wemo) AttributeError: 'NoneType' object has no attribute 'name'

I have an error from my log file:

16-08-28 13:59:35 homeassistant.bootstrap: Error during setup of component wemo Traceback (most recent call last): File "/usr/local/lib/python3.5/dist-packages/homeassistant/bootstrap.py", line 157, in _setup_component result = component.setup(hass, config) File "/usr/local/lib/python3.5/dist-packages/homeassistant/components/wemo.py", line 97, in setup discovery_info = (device.name, device.model_name, url, device.mac, AttributeError: 'NoneType' object has no attribute 'name'

I have Mr. Coffee Wemo-controlled coffee maker for making tea, so maybe that could be the problem, as I already have pywemo installed. Is there a way to resolve the error in the log file? I am thinking I need to set a hostname for the coffee maker as it shows a MAC address in the device tracker that is connected to my UniFi AC Lite.

And oh, it’s been a while since I once posted in the community forum. It’s probably because I have a very simple setup with only the lights and nothing else. I’m trying to get Mr.Coffee to join my Home Assistant network. :slight_smile: