Skip to content

Commit

Permalink
⌛ add option parallel_updates (#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
al-one committed Jul 7, 2024
1 parent 24a7527 commit 40920ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/xiaomi_miot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,7 @@ def update_custom_parallel_updates(self):
if not pus:
pus = asyncio.Semaphore(num)
self.hass.data[DOMAIN][did]['parallel_updates'] = pus
_LOGGER.warning('%s: Update custom parallel updates: %s', self.name_model, num)
_LOGGER.debug('%s: Update custom parallel updates: %s', self.name_model, num)
self.parallel_updates = pus
return pus

Expand Down

0 comments on commit 40920ce

Please # to comment.