home-assistant.io/source/_dashboards/shopping-list.markdown
c0ffeeca7 473d9d3fae
Dashboards: apply sentence style caps (#29890)
* Dashboards: apply sentence-style capitalization

* Apply sentence-style capitalization, apply reuse

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

* Apply suggestions from code review

* Add substep on dashboard control

* Remove code fence from title

- to focus on the topic of the content, rather than the code itself

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>

---------

Co-authored-by: Joakim Sørensen <joasoe@gmail.com>
2023-11-18 11:47:45 +01:00

1.2 KiB

type, title, sidebar_label, description
type title sidebar_label description
card Shopping list card Shopping list The shopping list card allows you to add, edit, check-off, and clear items from your shopping list.

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