Skip to content

Commit

Permalink
Update entity features with new names
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Nov 28, 2023
1 parent 289e542 commit 5aad0b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions homeassistant/components/todoist/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class TodoistTodoListEntity(CoordinatorEntity[TodoistCoordinator], TodoListEntit
TodoListEntityFeature.CREATE_TODO_ITEM
| TodoListEntityFeature.UPDATE_TODO_ITEM
| TodoListEntityFeature.DELETE_TODO_ITEM
| TodoListEntityFeature.DUE_DATE
| TodoListEntityFeature.DUE_DATETIME
| TodoListEntityFeature.DESCRIPTION
| TodoListEntityFeature.SET_DUE_DATE_ON_ITEM
| TodoListEntityFeature.SET_DUE_DATETIME_ON_ITEM
| TodoListEntityFeature.SET_DESCRIPTION_ON_ITEM
)

def __init__(
Expand Down

0 comments on commit 5aad0b3

Please sign in to comment.