Daniel Høyer Iversen hace 5 años
padre
commit
4048f7e457
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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