After upgrade to 0.83.3 Netatmo Weather integration stopped working

  Log Details (ERROR)
Mon Dec 03 2018 19:36:13 GMT+0100 (Central European Standard Time)

Error while setting up platform netatmo
Traceback (most recent call last):
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/helpers/entity_platform.py", line 128, 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 "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 87, in setup_platform
    for module_name in data.get_module_names():
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 304, in get_module_names
    self.update()
  File "/srv/homeassistant/lib/python3.6/site-packages/homeassistant/components/sensor/netatmo.py", line 330, in update
    self.data = self.station_data.lastData(exclude=3600)
  File "/srv/homeassistant/lib/python3.6/site-packages/smart_home/WeatherStation.py", line 115, in lastData
    if ds['time_utc'] > limit :
KeyError: 'time_utc'