We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977b18e commit dd6673aCopy full SHA for dd6673a
custom_components/plugwise/__init__.py
@@ -82,7 +82,7 @@ async def async_update_data():
82
"""Update data via API endpoint."""
83
_LOGGER.debug("Updating Smile %s", api.smile_type)
84
try:
85
- async with async_timeout.timeout(10):
+ async with async_timeout.timeout(60):
86
await api.full_update_device()
87
_LOGGER.debug("Succesfully updated Smile %s", api.smile_type)
88
return True
0 commit comments