There was an error while loading. Please reload this page.
2 parents e3df3b1 + 6e6240a commit 4a5873bCopy full SHA for 4a5873b
1 file changed
homeassistant_api/rawwebsocket.py
@@ -36,7 +36,7 @@ def __init__(
36
token: str,
37
) -> None:
38
self.api_url = api_url
39
- self.token = token
+ self.token = token.strip()
40
self._conn = None
41
42
self._id_counter = 0
0 commit comments