We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82818 commit 4048f7eCopy full SHA for 4048f7e
switchbot/__init__.py
@@ -35,7 +35,7 @@ def _connect(self) -> bool:
35
self._device = bluepy.btle.Peripheral(self._mac,
36
bluepy.btle.ADDR_TYPE_RANDOM)
37
except bluepy.btle.BTLEException:
38
- _LOGGER.error("Failed to connect to Switchbot", exc_info=True)
+ _LOGGER.warning("Failed to connect to Switchbot", exc_info=True)
39
return False
40
return True
41
0 commit comments