home-assistant.io/source/_components/shopping_list.markdown
Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.2 KiB

title, description, logo, ha_category, ha_release, ha_qa_scale
title description logo ha_category ha_release ha_qa_scale
Shopping List Instructions on how to integrate a Shopping list into Home Assistant using Intent. home-assistant.png
Intent
0.50 internal

The shopping_list integration allows you to keep track of shopping list items. Includes the ability to add items via your voice using the sentence "Add eggs to my shopping list".

Configuration

# Example configuration.yaml entry
shopping_list:

Services

You can add or remove items on your shopping list by using the following services.

Service shopping_list.add_item

Service data attribute Optional Description
name no Name of the item to add. Example: "Beer"

Service shopping_list.complete_item

Service data attribute Optional Description
name no Name of the item to mark as completed. Example: "Beer"