diff --git a/homeassistant/components/shopping_list/todo.py b/homeassistant/components/shopping_list/todo.py index fd83f138392..53c9e6b6d74 100644 --- a/homeassistant/components/shopping_list/todo.py +++ b/homeassistant/components/shopping_list/todo.py @@ -32,6 +32,7 @@ class ShoppingTodoListEntity(TodoListEntity): """A To-do List representation of the Shopping List.""" _attr_has_entity_name = True + _attr_icon = "mdi:cart" _attr_translation_key = "shopping_list" _attr_should_poll = False _attr_supported_features = (