Change swith to lock icon

This commit is contained in:
2019-10-27 16:37:24 +01:00
parent 953d69db8e
commit 55a0f08a0a
2 changed files with 9 additions and 0 deletions

View File

@@ -129,3 +129,6 @@ class GeorideContext:
""" here we return the current valid tocken, TODO: add here token expiration control"""
return self._token
async def async_update(self):
""" update the current tracker"""
_LOGGER.info('async_update ')