diff --git a/custom_components/o365/todo.py b/custom_components/o365/todo.py index 0d068dd..968c04f 100644 --- a/custom_components/o365/todo.py +++ b/custom_components/o365/todo.py @@ -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."""