mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 05:05:09 +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."""
|
"""A To-do List representation of the Shopping List."""
|
||||||
|
|
||||||
_attr_has_entity_name = True
|
_attr_has_entity_name = True
|
||||||
|
_attr_icon = "mdi:cart"
|
||||||
_attr_translation_key = "shopping_list"
|
_attr_translation_key = "shopping_list"
|
||||||
_attr_should_poll = False
|
_attr_should_poll = False
|
||||||
_attr_supported_features = (
|
_attr_supported_features = (
|
||||||
|
Reference in New Issue
Block a user