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 0a28f28 commit 208f3a2Copy full SHA for 208f3a2
custom_components/sagemcom_fast/coordinator.py
@@ -49,7 +49,7 @@ def __init__(
49
async def _async_update_data(self) -> dict[str, Device]:
50
"""Update hosts data."""
51
try:
52
- async with async_timeout.timeout(10):
+ async with async_timeout.timeout(25):
53
54
await self.client.login()
55
await asyncio.sleep(1)
0 commit comments