mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-07-14 12:56:30 +00:00
Fix todo list delete item typo (#2032)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
0ec78d5b49
commit
1ca5c13195
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user