diff --git a/custom_components/ble_monitor/__init__.py b/custom_components/ble_monitor/__init__.py index 6c953774..acae5a60 100644 --- a/custom_components/ble_monitor/__init__.py +++ b/custom_components/ble_monitor/__init__.py @@ -648,7 +648,7 @@ def run(self): try: self._event_loop.run_until_complete(asyncio.wait_for(initialized_evt[hci].wait(), 5)) except asyncio.TimeoutError: - _LOGGER.error( + _LOGGER.warn( "HCIdump thread: Something wrong - interface hci%i not ready," " and will be skipped for current scan period.", hci,