Update Todoist config flow URL (#104992)

This commit is contained in:
Bartosz Dokurno 2023-12-04 14:58:37 +01:00 committed by GitHub
parent 188d6a6eee
commit 13fdac23c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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(
{