From a79677e4e7c26ae8f7c3e424ef78a86b683409d7 Mon Sep 17 00:00:00 2001 From: Cyrill Raccaud Date: Wed, 25 Dec 2024 15:38:47 +0100 Subject: [PATCH] Add Cookidoo todo clear shopping list button (#36433) * add reset button info * update text --- source/_integrations/cookidoo.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/cookidoo.markdown b/source/_integrations/cookidoo.markdown index 720a73745a7..0a7a4788fff 100644 --- a/source/_integrations/cookidoo.markdown +++ b/source/_integrations/cookidoo.markdown @@ -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 %}