Reduce error trace in Risco config flow to debug (#82730)
parent
8ed4ce64c3
commit
5adfae2235
|
@ -158,7 +158,7 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
|
|||
try:
|
||||
info = await validate_local_input(self.hass, user_input)
|
||||
except CannotConnectError:
|
||||
_LOGGER.exception("Cannot connect")
|
||||
_LOGGER.debug("Cannot connect", exc_info=1)
|
||||
errors["base"] = "cannot_connect"
|
||||
except UnauthorizedError:
|
||||
errors["base"] = "invalid_auth"
|
||||
|
|
Loading…
Reference in New Issue