Add odometter sensor

This commit is contained in:
2019-11-02 20:15:32 +01:00
parent 9399c8e11a
commit 9ffc8de8a7
4 changed files with 107 additions and 4 deletions

View File

@@ -119,7 +119,6 @@ class GeorideTrackerEntity(TrackerEntity):
async def async_update(self):
""" update the current tracker"""
_LOGGER.info('async_update ')
self._data = self._get_tracker_callback(self._tracker_id)
self._name = self._data.tracker_name
return