diff --git a/custom_components/ryobi_gdo/api.py b/custom_components/ryobi_gdo/api.py index cd519a8..f878616 100644 --- a/custom_components/ryobi_gdo/api.py +++ b/custom_components/ryobi_gdo/api.py @@ -502,6 +502,7 @@ async def running(self): self.url, heartbeat=15, headers=header, + receive_timeout=5*60, #Should see something from Ryobi about every 5 Minutes ) as ws_client: self._ws_client = ws_client