diff --git a/docs/core/entity/todo.md b/docs/core/entity/todo.md index b73608bd..4b224372 100644 --- a/docs/core/entity/todo.md +++ b/docs/core/entity/todo.md @@ -63,7 +63,7 @@ from homeassistant.components.todo import TodoListEntity class MyTodoListEntity(TodoListEntity): async def async_delete_todo_items(self, uids: list[str]) -> None: - """Add an item to the To-do list.""" + """Delete an item from the to-do list.""" ``` ### Update To-do items