Skip to content

Commit 8aaaba2

Browse files
Update homeassistant/components/vivotek/config_flow.py
Co-authored-by: Copilot <[email protected]>
1 parent db140f3 commit 8aaaba2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

homeassistant/components/vivotek/config_flow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ async def async_step_user(
113113
except VivotekCameraError:
114114
errors["base"] = "cannot_connect"
115115
except Exception:
116-
_LOGGER.exception("Unexpected exception")
116+
_LOGGER.exception("Unexpected error during camera connection test")
117117
errors["base"] = "unknown"
118118
else:
119119
return self.async_create_entry(

0 commit comments

Comments
 (0)