Update shopping_list_card.js

This commit is contained in:
thekiwismarthome
2026-02-06 08:53:16 +13:00
committed by GitHub
parent b67fe8d808
commit c74ffe50de
@@ -2196,7 +2196,7 @@ customElements.define('shopping-list-card', ShoppingListCard);
window.customCards = window.customCards || [];
window.customCards.push({
type: 'shopping-list-card',
name: 'Shopping List',
name: 'Shopping List Card',
description: 'A shopping list card with search, categories, and product images.',
preview: false
});
});