mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-13 12:26:29 +00:00
Update todo.md
This commit is contained in:
parent
9822f0fd5b
commit
3c0824d152
@ -114,3 +114,4 @@ update.
|
||||
| status | <code>TodoItemStatus | None</code> | `None` | Defines the overall status for the to-do item, either `NEEDS_ACTION` or `COMPLETE`. This field is required for the entity state.
|
||||
| due | <code>datetime.date | datetime.datetime | None</code> | `None` | The date and time that a to-do is expected to be completed. As a datetime, must have a timezone.
|
||||
| description | <code>string | None</code> | `None` | A more complete description of the to-do item than that provided by the summary.
|
||||
| completed | <code> datetime.datetime | None</code> | `None` | A timestamp indicating the time this item was last marked `COMPLETE`.
|
||||
|
Loading…
x
Reference in New Issue
Block a user