diff --git a/homeassistant/components/remote_calendar/client.py b/homeassistant/components/remote_calendar/client.py index cfa532b7cc09..8e694b4ef0db 100644 --- a/homeassistant/components/remote_calendar/client.py +++ b/homeassistant/components/remote_calendar/client.py @@ -18,5 +18,5 @@ async def get_calendar( url, auth=auth, follow_redirects=True, - timeout=Timeout(5, read=30, write=5, pool=5), + timeout=Timeout(5, connect=10, read=30), )