Hey, after updating to 0.72 it seems this has stopped working. Got any idea what can have caused this?
2018-06-25 23:00:25 ERROR (MainThread) [homeassistant.components.sensor] Error while setting up platform gardena_smart,
Traceback (most recent call last):,
File “/usr/src/app/homeassistant/helpers/entity_platform.py”, line 129, in _async_setup_platform,
SLOW_SETUP_MAX_WAIT, loop=hass.loop),
File “/usr/local/lib/python3.6/asyncio/tasks.py”, line 358, in wait_for,
return fut.result(),
File “/usr/local/lib/python3.6/concurrent/futures/thread.py”, line 56, in run,
File “/config/custom_components/sensor/gardena_smart.py”, line 39, in setup_platform,
add_devices([gardena_smart(username, password, location_id, device_id)]),
File “/config/custom_components/sensor/gardena_smart.py”, line 59, in init,
self.update(),
File “/usr/src/app/homeassistant/util/init.py”, line 319, in wrapper,
result = method(*args, **kwargs),
File “/config/custom_components/sensor/gardena_smart.py”, line 91, in update,
mower_info = self.gardena.get_mower_info(self.gardena.get_devices_in_catagory(‘mower’)[0]),
mower_info[‘error’] = self.get_mower_error(id)[0],
File “/config/deps/gardena_smart/init.py”, line 107, in get_mower_info,
File “/config/deps/gardena_smart/init.py”, line 80, in get_mower_error,
IndexError: list index out of range,
return (error[2][‘value’], error[7][‘value’]),
2018-06-25 23:00:26 ERROR (SyncWorker_0) [homeassistant.components.coinbase] Authentication error connecting to coinbase: APIError(id=authentication_error): request timestamp expired,
2018-06-25 23:00:28 ERROR (MainThread) [homeassistant.setup] Error during setup of component arlo,
2018-06-25 23:00:26 ERROR (MainThread) [homeassistant.setup] Setup failed for coinbase: Component failed to initialize.,
File “/usr/src/app/homeassistant/setup.py”, line 146, in _async_setup_component,
component.setup, hass, processed_config) # type: ignore,
File “/usr/src/app/homeassistant/components/arlo.py”, line 48, in setup,
result = self.fn(*self.args, **self.kwargs),
conf = config[DOMAIN]