Daniel Høyer Iversen 5 years ago
parent
commit
4048f7e457
1 changed files with 1 additions and 1 deletions
  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