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 db140f3 commit 8aaaba2Copy full SHA for 8aaaba2
homeassistant/components/vivotek/config_flow.py
@@ -113,7 +113,7 @@ async def async_step_user(
113
except VivotekCameraError:
114
errors["base"] = "cannot_connect"
115
except Exception:
116
- _LOGGER.exception("Unexpected exception")
+ _LOGGER.exception("Unexpected error during camera connection test")
117
errors["base"] = "unknown"
118
else:
119
return self.async_create_entry(
0 commit comments