diff --git a/custom_components/uk_bin_collection/sensor.py b/custom_components/uk_bin_collection/sensor.py index fb748859de..de82d89193 100644 --- a/custom_components/uk_bin_collection/sensor.py +++ b/custom_components/uk_bin_collection/sensor.py @@ -116,7 +116,7 @@ def __init__(self, hass, ukbcd, name): self.name = name async def _async_update_data(self): - async with async_timeout.timeout(30) as cm: + async with async_timeout.timeout(60) as cm: _LOGGER.info(f"{LOG_PREFIX} UKBinCollectionApp Updating") data = await self.hass.async_add_executor_job(self.ukbcd.run)