Remove the uniqueid from todoist (#100206)

pull/100242/head
Allen Porter 2023-09-12 12:08:13 -07:00 committed by GitHub
parent bbcbb2e322
commit 368a1a944a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -51,8 +51,6 @@ class ConfigFlow(config_entries.ConfigFlow, domain=DOMAIN):
_LOGGER.exception("Unexpected exception")
errors["base"] = "unknown"
else:
await self.async_set_unique_id(user_input[CONF_TOKEN])
self._abort_if_unique_id_configured()
return self.async_create_entry(title="Todoist", data=user_input)
return self.async_show_form(