Skip to content

Commit dd6673a

Browse files
committed
Increase timeout to 60
1 parent 977b18e commit dd6673a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom_components/plugwise/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ async def async_update_data():
8282
"""Update data via API endpoint."""
8383
_LOGGER.debug("Updating Smile %s", api.smile_type)
8484
try:
85-
async with async_timeout.timeout(10):
85+
async with async_timeout.timeout(60):
8686
await api.full_update_device()
8787
_LOGGER.debug("Succesfully updated Smile %s", api.smile_type)
8888
return True

0 commit comments

Comments
 (0)