Daniel Høyer Iversen 5 rokov pred
rodič
commit
4048f7e457
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      switchbot/__init__.py

+ 1 - 1
switchbot/__init__.py

@@ -35,7 +35,7 @@ class Switchbot:
             self._device = bluepy.btle.Peripheral(self._mac,
                                                   bluepy.btle.ADDR_TYPE_RANDOM)
         except bluepy.btle.BTLEException:
-            _LOGGER.error("Failed to connect to Switchbot", exc_info=True)
+            _LOGGER.warning("Failed to connect to Switchbot", exc_info=True)
             return False
         return True