mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-31 23:36:50 +00:00

* 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
1.2 KiB
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 |
|
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" |