diff --git a/source/_integrations/picnic.markdown b/source/_integrations/picnic.markdown index e5f55017d29..4f81d3a389e 100644 --- a/source/_integrations/picnic.markdown +++ b/source/_integrations/picnic.markdown @@ -32,8 +32,10 @@ This integration provides the following sensors. Some sensors are disabled by de | Last order slot start | Start of the last placed order's delivery slot | | Last order slot end | End of the last placed order's delivery slot | | 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. | +| 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. | +| Next delivery ETA start | Start of the ETA window of the next delivery, will get more precise if the driver is underway. | +| Next delivery ETA end | End of the ETA window of the next delivery. | +| Next delivery slot start | Start of the next delivery's delivery slot. | +| Next delivery slot end | End of the next delivery's delivery slot. | \ No newline at end of file