Update Todoist config flow URL (#104992)

This commit is contained in:
Bartosz Dokurno 2023-12-04 14:58:37 +01:00 committed by Franck Nijhof
parent fd4a05fc7a
commit c62c002657
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

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