Set cart icon for shopping list integration (#102638)

This commit is contained in:
Franck Nijhof 2023-10-24 10:32:27 +02:00 committed by GitHub
parent b0d4e5cb65
commit 57a10a2e0d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 = (