Add documentation for service clear-completed-items (#19063)

This commit is contained in:
Meow 2021-08-25 12:26:46 +02:00 committed by GitHub
parent acdac67593
commit f98110a523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,6 +52,10 @@ Marks all items as completed in the shopping list. It does not remove the items.
Marks all items as incomplete in the shopping list. Marks all items as incomplete in the shopping list.
### Service `shopping_list.clear_completed_items`
Clear completed items from the shopping list.
## Using in Automations ## Using in Automations
The simplest way use shopping list with automations (e.g., when entering a zone with shops) is to create a notification that can be clicked to open the shopping list. The simplest way use shopping list with automations (e.g., when entering a zone with shops) is to create a notification that can be clicked to open the shopping list.