Remove the uniqueid from todoist (#100206)
parent
bbcbb2e322
commit
368a1a944a
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue