Update Todoist config flow URL (#104992)
This commit is contained in:
parent
fd4a05fc7a
commit
c62c002657
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ from .const import DOMAIN
|
|||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
||||
SETTINGS_URL = "https://todoist.com/app/settings/integrations"
|
||||
SETTINGS_URL = "https://app.todoist.com/app/settings/integrations/developer"
|
||||
|
||||
STEP_USER_DATA_SCHEMA = vol.Schema(
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue