diff --git a/pyhilo/websocket.py b/pyhilo/websocket.py index 7af61b4..ee2b6fc 100755 --- a/pyhilo/websocket.py +++ b/pyhilo/websocket.py @@ -281,7 +281,7 @@ async def async_connect(self) -> None: try: self._client = await self._api.session.ws_connect( URL( - self._api.full_ws_url, #self._api.full_ws_url.replace("/DeviceHub", "%2FDeviceHub") + self._api.full_ws_url, encoded=True, ), heartbeat=55,