Skip to content

Commit d2192bc

Browse files
committed
Update return type
1 parent 2b12dbf commit d2192bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/stromer/stromer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self, username: str, password: str, client_id: str, client_secret:
4343
self.bike_name: str | None = None
4444
self.bike_model: str | None = None
4545

46-
async def stromer_connect(self) -> dict:
46+
async def stromer_connect(self) -> bool:
4747
"""Connect to stromer API."""
4848
LOGGER.debug("Creating aiohttp session")
4949
aio_timeout = aiohttp.ClientTimeout(total=self._timeout)

0 commit comments

Comments
 (0)