From 40920ce2d367b3ab5bbc87977410ece0822f2fc9 Mon Sep 17 00:00:00 2001 From: Alone Date: Sun, 7 Jul 2024 19:17:04 +0800 Subject: [PATCH] =?UTF-8?q?=E2=8C=9B=20add=20option=20`parallel=5Fupdates`?= =?UTF-8?q?=20(#1749)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- custom_components/xiaomi_miot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/xiaomi_miot/__init__.py b/custom_components/xiaomi_miot/__init__.py index 9c7ef98eb..08ddcf0fc 100644 --- a/custom_components/xiaomi_miot/__init__.py +++ b/custom_components/xiaomi_miot/__init__.py @@ -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