Skip to content

Commit

Permalink
reuse existing config flows?
Browse files Browse the repository at this point in the history
  • Loading branch information
krbaker committed Apr 19, 2024
1 parent 1252f72 commit 764c4eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/sunpower/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
)
Expand Down

0 comments on commit 764c4eb

Please sign in to comment.