2020-10-09 09:31:38 ERROR (MainThread) [homeassistant.components.device_tracker] xiaomi_cloud: Error on device update!
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/entity_platform.py", line 346, in _async_add_entity
await entity.async_device_update(warning=False)
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 469, in async_device_update
await self.async_update() # type: ignore
File "/config/custom_components/xiaomi_cloud/device_tracker.py", line 56, in async_update
await self.coordinator.async_request_refresh()
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 125, in async_request_refresh
await self._debounced_refresh.async_call()
File "/usr/src/homeassistant/homeassistant/helpers/debounce.py", line 60, in async_call
await self.hass.async_add_job(self.function) # type: ignore
File "/usr/src/homeassistant/homeassistant/helpers/update_coordinator.py", line 192, in async_refresh
update_callback()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 296, in async_write_ha_state
self._async_write_ha_state()
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 320, in _async_write_ha_state
sstate = self.state
File "/usr/src/homeassistant/homeassistant/components/device_tracker/config_entry.py", line 103, in state
if self.latitude is not None:
File "/config/custom_components/xiaomi_cloud/device_tracker.py", line 90, in latitude
return self.coordinator.data[self._vin]["device_lat"]
IndexError: list index out of range