From 84c7cf315425cd2c6b26c7d3959783a43a842498 Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sat, 29 Jul 2017 19:03:36 -0700 Subject: [PATCH] Update shopping list description --- source/_components/shopping_list.markdown | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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. -