Add Cookidoo todo clear shopping list button (#36433)

* add reset button info

* update text
This commit is contained in:
Cyrill Raccaud 2024-12-25 15:38:47 +01:00 committed by GitHub
parent d65cc3f141
commit a79677e4e7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -56,6 +56,12 @@ For example, if you add a pasta recipe, ingredients like "500g pasta" and "2 tom
In contrast, in your "Additional purchases" list, you can freely add items like "Kitchen towels" or "Dish soap", and modify or remove them as needed.
## Button entities
The _clear shopping list_ button entity allows you to clear both the shopping list and additional purchases list, mirroring the functionality available in the Cookidoo app. When triggered, this button will remove all items from both lists.
This button entity will appear automatically in your Home Assistant instance after adding the integration. You can use it in automations or add it to your dashboard using the Button card.
## Known Limitations
{% important %}