mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 13:15:18 +02:00
Set cart icon for shopping list integration (#102638)
This commit is contained in:
@@ -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 = (
|
||||
|
Reference in New Issue
Block a user