New Netatmo Error in 0.31

Since the latest update I get the following in my log files. I don’t have anything called ‘wind’ in my configuration, but I do have a Netatmo Wind Guage.

Oct 25 14:38:48 kato hass[29620]: ERROR:homeassistant.components.sensor:Error while setting up platform netatmo
Oct 25 14:38:48 kato hass[29620]: Traceback (most recent call last):
Oct 25 14:38:48 kato hass[29620]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/helpers/entity_component.py”, line 151, in _async_setup_pla
Oct 25 14:38:48 kato hass[29620]: entity_platform.add_entities, discovery_info
Oct 25 14:38:48 kato hass[29620]: File “/usr/lib/python3.4/asyncio/futures.py”, line 388, in iter
Oct 25 14:38:48 kato hass[29620]: yield self # This tells Task to wait for completion.
Oct 25 14:38:48 kato hass[29620]: File “/usr/lib/python3.4/asyncio/tasks.py”, line 286, in _wakeup
Oct 25 14:38:48 kato hass[29620]: value = future.result()
Oct 25 14:38:48 kato hass[29620]: File “/usr/lib/python3.4/asyncio/futures.py”, line 277, in result
Oct 25 14:38:48 kato hass[29620]: raise self._exception
Oct 25 14:38:48 kato hass[29620]: File “/usr/lib/python3.4/concurrent/futures/thread.py”, line 54, in run
Oct 25 14:38:48 kato hass[29620]: result = self.fn(*self.args, **self.kwargs)
Oct 25 14:38:48 kato hass[29620]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/netatmo.py”, line 85, in setup_platform
Oct 25 14:38:48 kato hass[29620]: dev.append(NetAtmoSensor(data, module_name, variable))
Oct 25 14:38:48 kato hass[29620]: File “/usr/local/lib/python3.4/dist-packages/homeassistant/components/sensor/netatmo.py”, line 99, in init
Oct 25 14:38:48 kato hass[29620]: SENSOR_TYPES[sensor_type][0])
Oct 25 14:38:48 kato hass[29620]: KeyError: ‘wind’

I got the same error.