Skip to content

Instantly share code, notes, and snippets.

@miawgogo
Created April 23, 2017 22:42
Show Gist options
  • Save miawgogo/f83db633300302b0e89c71b3e27e9b2f to your computer and use it in GitHub Desktop.
Save miawgogo/f83db633300302b0e89c71b3e27e9b2f to your computer and use it in GitHub Desktop.
wind error
17-04-23 22:40:16 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform netatmo
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_component.py", line 155, in _async_setup_platform
entity_platform.schedule_add_entities, discovery_info
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 55, in run
result = self.fn(*self.args, **self.kwargs)
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 90, in setup_platform
dev.append(NetAtmoSensor(data, module_name, variable))
File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 103, in __init__
SENSOR_TYPES[sensor_type][0])
KeyError: 'wind'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment