diff --git a/homeassistant/components/nice_go/config_flow.py b/homeassistant/components/nice_go/config_flow.py index 7e2555bd914b97..55940975541db8 100644 --- a/homeassistant/components/nice_go/config_flow.py +++ b/homeassistant/components/nice_go/config_flow.py @@ -47,6 +47,7 @@ async def async_step_user( user_input[CONF_PASSWORD], async_get_clientsession(self.hass), ) + await hub.get_all_barriers() except AuthFailedError: errors["base"] = "invalid_auth" except Exception: