Todoist - update_entity service not working for todoist

I wanted to ask if the update_entity service does not work for the todoist integration by design? If I’m not mistaken, the scan_interval for the component is set to 15 minutes. That is roughly the time it takes from when I add a new todoist task before it shows up in the calendar entity.

I tried setting the scan_interval in configuration.yaml, but that had no effect. I tried using the update_entity service to get the calendar to update, but that doesn’t work either.

Perhaps the api for todoist only allows for 15 minute updates for the free version of Todoist?

I wanted to ask this before considering setting it up as a custom component and changing the MIN_TIME_BETWEEN_UPDATES to something less than 15 minutes in calendary.py: