diff --git a/custom_components/sagemcom_fast/coordinator.py b/custom_components/sagemcom_fast/coordinator.py index c6e9204..62650ae 100644 --- a/custom_components/sagemcom_fast/coordinator.py +++ b/custom_components/sagemcom_fast/coordinator.py @@ -49,7 +49,7 @@ def __init__( async def _async_update_data(self) -> dict[str, Device]: """Update hosts data.""" try: - async with async_timeout.timeout(10): + async with async_timeout.timeout(25): try: await self.client.login() await asyncio.sleep(1)