diff --git a/custom_components/sunpower/config_flow.py b/custom_components/sunpower/config_flow.py index 816be33..2a1e565 100644 --- a/custom_components/sunpower/config_flow.py +++ b/custom_components/sunpower/config_flow.py @@ -106,7 +106,7 @@ async def async_step_reconfigure(self, user_input): errors["base"] = "unknown" return self.async_show_form( - step_id="reconfigure", + step_id="user", data_schema=DATA_SCHEMA, errors=errors, )