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 ec69ee5 commit 44d10b6Copy full SHA for 44d10b6
custom_components/plugwise/config_flow.py
@@ -143,7 +143,7 @@ async def verify_connection(
143
errors[CONF_BASE] = "response_error"
144
except UnsupportedDeviceError:
145
errors[CONF_BASE] = "unsupported"
146
- except Exception: # noqa: BLE001
+ except Exception:
147
_LOGGER.exception(
148
"Unknown exception while verifying connection with your Plugwise Smile"
149
)
0 commit comments