Skip to content

Commit

Permalink
maint: Custom icon no longer needed for ToDo
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerSelwyn committed Nov 4, 2023
1 parent bafa624 commit f5db5bc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions custom_components/o365/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,11 +164,6 @@ def __init__(
| TodoListEntityFeature.DELETE_TODO_ITEM
)

@property
def icon(self):
"""Entity icon."""
return "mdi:clipboard-check-outline"

@property
def state(self):
"""Todo state."""
Expand Down

0 comments on commit f5db5bc

Please sign in to comment.