Skip to content

Commit

Permalink
fix strings
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrike committed Sep 19, 2024
1 parent bad8fb7 commit 8f29560
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion homeassistant/components/point/config_flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ async def async_oauth_create_entry(self, data: dict[str, Any]) -> ConfigFlowResu
self.reauth_entry, data={**self.reauth_entry.data, **data}
)

return self.async_abort(reason="wrong_account")
return self.async_abort(reason="missing_configuration")

0 comments on commit 8f29560

Please sign in to comment.