File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -18,3 +18,18 @@ The `shopping_list` component allows you to keep track of shopping list items. I
18
18
# Example configuration.yaml entry
19
19
shopping_list :
20
20
` ` `
21
+
22
+ ### Services
23
+ You can add or remove items on your shopping list by using the following services.
24
+
25
+ #### {% linkable_title Service ` shopping_list.add_item` %}
26
+
27
+ | Service data attribute | Optional | Description |
28
+ |------------------------|----------|--------------------------------------------------------|
29
+ | `name` | no | Name of the item to add. Example : " Beer" |
30
+
31
+ # ### {% linkable_title Service `shopping_list.complete_item` %}
32
+
33
+ | Service data attribute | Optional | Description |
34
+ |------------------------|----------|--------------------------------------------------------|
35
+ | `name` | no | Name of the item to mark as completed. Example : " Beer" |
You can’t perform that action at this time.
0 commit comments