Skip to content

Commit eedd827

Browse files
authored
Use right state 'unknown' instead of 'unavailable' in Picnic docs (home-assistant#21631)
1 parent a5b0c1f commit eedd827

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

source/_integrations/picnic.markdown

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ This integration provides the following sensors. Some sensors are disabled by de
2525
| ------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------- |
2626
| Cart items count | The amount of different products currently in the cart. |
2727
| Cart total price | The total price for products currently in the cart. |
28-
| Selected slot start | Start of the selected delivery slot, `unavailable` if none is selected. |
29-
| Selected slot end | End of the selected delivery slot, `unavailable` if none is selected. |
30-
| 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. |
31-
| 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. |
28+
| Selected slot start | Start of the selected delivery slot, `unknown` if none is selected. |
29+
| Selected slot end | End of the selected delivery slot, `unknown` if none is selected. |
30+
| 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. |
31+
| 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. |
3232
| Last order slot start | Start of the last placed order's delivery slot |
3333
| Last order slot end | End of the last placed order's delivery slot |
3434
| 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. |
35-
| Last order ETA start | Start of the ETA window of the last order, will get more precise if the driver is underway. |
36-
| Last order ETA end | End of the ETA window of the last order. |
37-
| Last order max order time | Maximum time it is/was still possible to add products to the last order.
38-
| Last order delivery time | The delivery time of the last order, `unavailable` if not yet delivered. |
39-
| Last order total price | The total price of the last order. |
35+
| Last order ETA start | Start of the ETA window of the last order, will get more precise if the driver is underway. |
36+
| Last order ETA end | End of the ETA window of the last order. |
37+
| Last order max order time | Maximum time it is/was still possible to add products to the last order. |
38+
| Last order delivery time | The delivery time of the last order, `unknown` if not yet delivered. |
39+
| Last order total price | The total price of the last order. |

0 commit comments

Comments
 (0)