diff --git a/custom_components/polestar_api/config_flow.py b/custom_components/polestar_api/config_flow.py index 0876c3f..e0a995f 100644 --- a/custom_components/polestar_api/config_flow.py +++ b/custom_components/polestar_api/config_flow.py @@ -53,9 +53,6 @@ async def async_step_user(self, user_input: dict | None = None) -> ConfigFlowRes except PolestarApiException as exc: _LOGGER.error(exc) _errors["base"] = "api" - except Exception as exc: - _LOGGER.error(exc) - _errors["base"] = "unknown" else: return self.async_create_entry( title=f"Polestar EV for {username}",