diff --git a/source/_components/shopping_list.markdown b/source/_components/shopping_list.markdown index a054454e910..c30bbd9ff6e 100644 --- a/source/_components/shopping_list.markdown +++ b/source/_components/shopping_list.markdown @@ -12,12 +12,9 @@ ha_category: Intent ha_release: "0.50" --- -The `shopping_list` component is a feature for the [`intent_script` component](/components/intent_script/). +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". ```yaml # Example configuration.yaml entry shopping_list: ``` - -Eg. check the [`conversion`](/components/conversation/) about how to add and delete items from the list. -