mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-17 00:18:58 +00:00
1.3 KiB
1.3 KiB
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | ha_release |
---|---|---|---|---|---|---|---|---|---|---|
page | Shopping List | Instructions on how to integrate a Shopping list into Home Assistant using Intent. | 2017-07-29 13:00 | true | false | true | true | home-assistant.png | Intent | 0.50 |
The shopping_list
component 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".
# Example configuration.yaml entry
shopping_list:
Services
You can add or remove items on your shopping list by using the following services.
{% linkable_title Service shopping_list.add_item
%}
Service data attribute | Optional | Description |
---|---|---|
name |
no | Name of the item to add. Example: "Beer" |
{% linkable_title Service shopping_list.complete_item
%}
Service data attribute | Optional | Description |
---|---|---|
name |
no | Name of the item to mark as completed. Example: "Beer" |