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 cfe6f8e commit ac7a18cCopy full SHA for ac7a18c
custom_components/ta_cmi/__init__.py
@@ -128,7 +128,7 @@ async def _async_update_data(self) -> dict[str, Any]:
128
for device in self.devices:
129
_LOGGER.debug("Try to update device: %s", device.id)
130
131
- async with timeout(DEVICE_DELAY + 5):
+ async with timeout((DEVICE_DELAY * 2) + 5):
132
await device.update()
133
134
parser: DeviceParser = DeviceParser(device, self.devices_raw[device.id])
0 commit comments