Skip to content

Commit

Permalink
fix: Chelmsford
Browse files Browse the repository at this point in the history
  • Loading branch information
robbrad authored Jan 5, 2024
1 parent b6bd130 commit c63b7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/uk_bin_collection/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c63b7b2

Please sign in to comment.