Use right state 'unknown' instead of 'unavailable' in Picnic docs (#21631)

This commit is contained in:
corneyl 2022-02-14 13:15:30 +01:00 committed by GitHub
parent a5b0c1f2e0
commit eedd827a59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,15 +25,15 @@ This integration provides the following sensors. Some sensors are disabled by de
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- | | ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
| Cart items count | The amount of different products currently in the cart. | | Cart items count | The amount of different products currently in the cart. |
| Cart total price | The total price for products currently in the cart. | | Cart total price | The total price for products currently in the cart. |
| Selected slot start | Start of the selected delivery slot, `unavailable` if none is selected. | | Selected slot start | Start of the selected delivery slot, `unknown` if none is selected. |
| Selected slot end | End of the selected delivery slot, `unavailable` if none is selected. | | Selected slot end | End of the selected delivery slot, `unknown` if none is selected. |
| Selected slot max order time | Maximum time it's still possible to place an order for the selected delivery slot, `unavailable` if none is selected. | | Selected slot max order time | Maximum time it's still possible to place an order for the selected delivery slot, `unknown` if none is selected. |
| Selected slot min order value | The minimum order value needed to be able to place an order for the selected delivery window slot, `unavailable` if none is selected. | | Selected slot min order value | The minimum order value needed to be able to place an order for the selected delivery window slot, `unknown` if none is selected. |
| Last order slot start | Start of the last placed order's delivery slot | | 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 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 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 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 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 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 delivery time | The delivery time of the last order, `unknown` if not yet delivered. |
| Last order total price | The total price of the last order. | | Last order total price | The total price of the last order. |