Hey @nickrout
If you get a chance to have a look. This is what I’m trying to do.
So the todoist integration is broken again (not in breaking changes) and has been fixed but god knows when the PR will come through.
So from what I’ve been told here;
This needs to change, but I cant get into the container to edit the one line in this file
index c3e8f61fcc..ea5aab1534 100644
--- a/homeassistant/components/todoist/calendar.py
+++ b/homeassistant/components/todoist/calendar.py
@@ -446,7 +446,7 @@ class TodoistProjectData:
LABELS: [],
OVERDUE: False,
PRIORITY: data.priority,
- START: dt.utcnow(),
+ START: dt.now(),
SUMMARY: data.content,
}