home-assistant.io/source/_dashboards/shopping-list.markdown

1.6 KiB

title, description, description, related
title description description related
Shopping list card The shopping list card allows you to add, edit, check-off, and clear items from your shopping list. The panel view shows a single card in the full width of the screen.
docs title
/integrations/todo/ To-do list integration
docs title
/integrations/local_todo/ Local to-do integration

Note: the shopping list card is no longer available as a card to add from the user interface. Use the to-do list card instead.

The shopping list card allows you to add, edit, check-off, and clear items from your shopping list.

Screenshot of the shopping list card Screenshot of the shopping list card.

Setup of the shopping list integration is required.

{% include dashboard/edit_dashboard.md %}

All options for this card can be configured via the user interface.

YAML configuration

The following YAML options are available when you use YAML mode or just prefer to use YAML in the code editor in the UI.

{% configuration %} type: required: true description: "shopping-list" type: string title: required: false description: Title of shopping list. type: string theme: required: false description: Override the used theme for this card with any loaded theme. For more information about themes, see the frontend documentation. type: string {% endconfiguration %}

Examples

Title example:

type: shopping-list
title: shopping list