mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Shopping List Card documentation (#7346)
* Shopping List Card documentation * Add note on shopping list intent requirement * Cleanup description * Update gif and description based on MVP * Updated gif for changes to card
This commit is contained in:
parent
f018b188b8
commit
3999bf5ae4
44
source/_lovelace/shopping-list.markdown
Normal file
44
source/_lovelace/shopping-list.markdown
Normal file
@ -0,0 +1,44 @@
|
|||||||
|
---
|
||||||
|
layout: page
|
||||||
|
title: "Shopping List Card"
|
||||||
|
sidebar_label: Shopping List
|
||||||
|
description: "The Shopping List Card allows you to edit and check-off items from your shopping list"
|
||||||
|
date: 2018-11-02 10:28 +00:00
|
||||||
|
sidebar: true
|
||||||
|
comments: false
|
||||||
|
sharing: true
|
||||||
|
footer: true
|
||||||
|
---
|
||||||
|
|
||||||
|
The Shopping List Card allows you to edit and check-off items from your shopping list.
|
||||||
|
|
||||||
|
Setup of the [Shopping List Intent](https://www.home-assistant.io/components/shopping_list/) is required
|
||||||
|
|
||||||
|
<p class='img'>
|
||||||
|
<img src='/images/lovelace/lovelace_shopping_list_card.gif' alt='Screenshot of the shopping list card'>
|
||||||
|
Screenshot of the Shopping List card.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: shopping-list
|
||||||
|
```
|
||||||
|
|
||||||
|
{% configuration %}
|
||||||
|
type:
|
||||||
|
required: true
|
||||||
|
description: shopping-list
|
||||||
|
type: string
|
||||||
|
title:
|
||||||
|
required: false
|
||||||
|
description: Title of Shopping List
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
|
## {% linkable_title Examples %}
|
||||||
|
|
||||||
|
Title Example:
|
||||||
|
|
||||||
|
```yaml
|
||||||
|
- type: shopping-list
|
||||||
|
title: Shopping List
|
||||||
|
```
|
BIN
source/images/lovelace/lovelace_shopping_list_card.gif
Normal file
BIN
source/images/lovelace/lovelace_shopping_list_card.gif
Normal file
Binary file not shown.
After Width: | Height: | Size: 63 KiB |
Loading…
x
Reference in New Issue
Block a user