We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b12dbf commit d2192bcCopy full SHA for d2192bc
custom_components/stromer/stromer.py
@@ -43,7 +43,7 @@ def __init__(self, username: str, password: str, client_id: str, client_secret:
43
self.bike_name: str | None = None
44
self.bike_model: str | None = None
45
46
- async def stromer_connect(self) -> dict:
+ async def stromer_connect(self) -> bool:
47
"""Connect to stromer API."""
48
LOGGER.debug("Creating aiohttp session")
49
aio_timeout = aiohttp.ClientTimeout(total=self._timeout)
0 commit comments