From da8d0af6ec8a9c2e3d292fb6f2e0c627c1ac0a57 Mon Sep 17 00:00:00 2001 From: Hmmbob <33529490+hmmbob@users.noreply.github.com> Date: Tue, 4 Jan 2022 18:41:40 +0100 Subject: [PATCH] Add Picnic last_order_max_order_time sensor docs (#20973) --- source/_integrations/picnic.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/source/_integrations/picnic.markdown b/source/_integrations/picnic.markdown index d92f9a9f90a..e5f55017d29 100644 --- a/source/_integrations/picnic.markdown +++ b/source/_integrations/picnic.markdown @@ -34,5 +34,6 @@ This integration provides the following sensors. Some sensors are disabled by de | Last order status | Status of the last order, either `CURRENT`, `CANCELLED` or `COMPLETED`. Will only transition to `COMPLETED` after the invoice email has been sent. | | Last order ETA start | Start of the ETA window of the last order, will get more precise if the driver is underway. | | Last order ETA end | End of the ETA window of the last order. | +| Last order max order time | Maximum time it is/was still possible to add products to the last order. | Last order delivery time | The delivery time of the last order, `unavailable` if not yet delivered. | | Last order total price | The total price of the last order. |