From f6dede9c7809220bd1c3a5d40177fecb5e8e2fb5 Mon Sep 17 00:00:00 2001 From: Duco Sebel <74970928+DCSBL@users.noreply.github.com> Date: Fri, 24 Nov 2023 13:02:13 +0100 Subject: [PATCH] Add documentation about Picnic Shopping Cart add-item (#29959) * Add documentation about Picnic Shopping Cart add-item * tweak --------- Co-authored-by: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> --- source/_integrations/picnic.markdown | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/source/_integrations/picnic.markdown b/source/_integrations/picnic.markdown index 11045c74a04..ee743ee8f68 100644 --- a/source/_integrations/picnic.markdown +++ b/source/_integrations/picnic.markdown @@ -41,9 +41,12 @@ This integration provides the following sensors. Some sensors are disabled by de | Next delivery slot start | Start of the next delivery's delivery slot. | | Next delivery slot end | End of the next delivery's delivery slot. | -## Shopping cart -This integration provides a _read-only_ list containing the content of your shopping cart. This list is provided as a [to-do list](/integrations/todo/) and can also be found in the to-do list dashboard in the main sidebar of your Home Assistant instance. + ## Shopping cart + +This integration provides a list containing the content of your shopping cart. This list is provided as a [to-do list](/integrations/todo/) and can also be found in the to-do list dashboard in the main sidebar of your Home Assistant instance. + +You can add products to your shopping cart by entering a name in the **Add item** field. Just like with the [`picnic.add_product`](#service-picnicadd_product) service, a search will be done and the first item found will be added. ## Services