Error while setting up platform netatmo - keyerror: "wind"

17-03-28 16:23:10 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform netatmo
Traceback (most recent call last):
File “/usr/local/lib/python3.5/dist-packages/homeassistant/helpers/entity_component.py”, line 151, in _async_setup_platform
entity_platform.add_entities, discovery_info
File “/usr/lib/python3.5/asyncio/futures.py”, line 361, in iter
yield self # This tells Task to wait for completion.
File “/usr/lib/python3.5/asyncio/tasks.py”, line 296, in _wakeup
future.result()
File “/usr/lib/python3.5/asyncio/futures.py”, line 274, in result
raise self._exception
File “/usr/lib/python3.5/concurrent/futures/thread.py”, line 55, in run
result = self.fn(*self.args, **self.kwargs)
File “/usr/local/lib/python3.5/dist-packages/homeassistant/components/sensor/netatmo.py”, line 90, in setup_platform
dev.append(NetAtmoSensor(data, module_name, variable))
File “/usr/local/lib/python3.5/dist-packages/homeassistant/components/sensor/netatmo.py”, line 103, in init
SENSOR_TYPES[sensor_type][0])
KeyError: 'wind

Is there some other way or someplace else I can find out about this? I presume nobody else is having the issue since no responses in 8 days.

I am facing the exact same error. So you are not alone.

Got it working now. The discovery is not working when there is a “wind” module attached. Manual setup as seen here works like a charm. Attention there is a typo in the documentation.

WingStrength should be WindStrength