Rebooted HA, still doesn’t work for me. Logs show this:
2019-05-08 20:19:56 ERROR (MainThread) [homeassistant.setup] Error during setup of component netatmo
Traceback (most recent call last):
File "/usr/local/lib/python3.7/site-packages/homeassistant/setup.py", line 156, in _async_setup_component
component.setup, hass, processed_config) # type: ignore
File "/usr/local/lib/python3.7/concurrent/futures/thread.py", line 57, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/local/lib/python3.7/site-packages/homeassistant/components/netatmo/__init__.py", line 91, in setup
'read_station read_camera access_camera '
File "/usr/local/lib/python3.7/site-packages/pyatmo.py", line 85, in __init__
self._accessToken = resp["access_token"]
TypeError: 'NoneType' object is not subscriptable