Does anyone else have issues with 0.95 and netatmo?
This is the error I get:
Error while setting up platform netatmo
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 126, in _async_setup_platform
SLOW_SETUP_MAX_WAIT)
File "/usr/local/lib/python3.7/asyncio/tasks.py", line 416, in wait_for
return fut.result()
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 143, in setup_platform
config.get(CONF_STATION)))
File "/usr/src/homeassistant/homeassistant/components/netatmo/sensor.py", line 190, in __init__
self._module_type = self.netatmo_data. \
AttributeError: 'NoneType' object has no attribute 'moduleByName'