diff --git a/docs/core/entity/todo.md b/docs/core/entity/todo.md
index a1c1ab32..c4b5d737 100644
--- a/docs/core/entity/todo.md
+++ b/docs/core/entity/todo.md
@@ -114,3 +114,4 @@ update.
| status | TodoItemStatus | None
| `None` | Defines the overall status for the to-do item, either `NEEDS_ACTION` or `COMPLETE`. This field is required for the entity state.
| due | datetime.date | datetime.datetime | None
| `None` | The date and time that a to-do is expected to be completed. As a datetime, must have a timezone.
| description | string | None
| `None` | A more complete description of the to-do item than that provided by the summary.
+| completed | datetime.datetime | None
| `None` | A timestamp indicating the time this item was last marked `COMPLETE`.