mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Remove the uniqueid from todoist (#100206)
This commit is contained in:
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…
x
Reference in New Issue
Block a user