this is my first post usually reading the various topics and guides I have always managed to solve my problems but this just can not fix it. I’m 2 months I can not make it work the netatmo welcom.
In the old 0.6x version everything went perfectly
Platform Hass.io v 0.73.1
My configuration.yaml
netatmo:
api_key: my api_key
secret_key: my secret_key
username: my username
password: my password
I See my sensor for meteo station but the camera don’t work.
I have this log for the error:
Error while setting up platform netatmo
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 129, in _async_setup_platform
SLOW_SETUP_MAX_WAIT, loop=hass.loop)
File "/usr/lib/python3.6/asyncio/tasks.py", line 358, in wait_for
return fut.result()
File "/usr/lib/python3.6/concurrent/futures/thread.py", line 56, in run
result = self.fn(*self.args, **self.kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/binary_sensor/netatmo.py", line 73, in setup_platform
if not data.get_camera_names():
File "/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py", line 82, in get_camera_names
self.update()
File "/usr/lib/python3.6/site-packages/homeassistant/util/__init__.py", line 318, in wrapper
result = method(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/homeassistant/components/netatmo.py", line 113, in update
self.camera_data = pyatmo.CameraData(self.auth, size=100)
File "/usr/lib/python3.6/site-packages/smart_home/Camera.py", line 50, in __init__
for e in self.rawData['homes'][i]['events']:
KeyError: 'events'
thanks in advance to those who want to help me.