mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
Fix typo asayn_init
instead of async_init
(#15645)
This commit is contained in:
@@ -109,7 +109,7 @@ class TileScanner:
|
|||||||
_LOGGER.debug('Updating Tile data')
|
_LOGGER.debug('Updating Tile data')
|
||||||
|
|
||||||
try:
|
try:
|
||||||
await self._client.asayn_init()
|
await self._client.async_init()
|
||||||
tiles = await self._client.tiles.all(
|
tiles = await self._client.tiles.all(
|
||||||
whitelist=self._types, show_inactive=self._show_inactive)
|
whitelist=self._types, show_inactive=self._show_inactive)
|
||||||
except SessionExpiredError:
|
except SessionExpiredError:
|
||||||
|
Reference in New Issue
Block a user