Skip to content

Commit

Permalink
fix: config flow form #8
Browse files Browse the repository at this point in the history
  • Loading branch information
chilikla authored Oct 19, 2024
1 parent 2f54651 commit 6a39852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/yerushamayim/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def async_step_user(
) -> FlowResult:
"""Handle the initial step."""
if self._async_current_entries():
return self.async_abort(reason="single_instance_allowed")
return self.async_abort(reason="single_instance_allowed")

await self.async_set_unique_id(DOMAIN)
self._abort_if_unique_id_configured()
Expand Down

0 comments on commit 6a39852

Please sign in to comment.