home-assistant.io/source/_integrations/shopping_list.markdown
2020-03-07 10:20:59 +01:00

1.5 KiB

title, description, ha_category, ha_release, ha_config_flow, ha_quality_scale, ha_domain
title description ha_category ha_release ha_config_flow ha_quality_scale ha_domain
Shopping List Instructions on how to integrate a Shopping list into Home Assistant using Intent.
Intent
0.50 true internal shopping_list

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 - GUI

From the Home Assistant front page go to Configuration and then select Integrations from the list.

Use the plus button in the bottom right to add a new integration called Shopping List.

In the popup:

  • Submit

The success dialog will appear or an error will be displayed in the popup.

Configuration - Manual

# 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"