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