2021-04-22 05:21:56 +00:00
|
|
|
{
|
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
|
|
"country_code": "Country code"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
2022-02-12 16:15:36 +00:00
|
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
|
|
"different_account": "Account should be the same as used for setting up the integration"
|
2021-04-22 05:21:56 +00:00
|
|
|
},
|
|
|
|
"abort": {
|
2022-02-12 16:15:36 +00:00
|
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
2021-04-22 05:21:56 +00:00
|
|
|
}
|
2023-04-13 18:27:33 +00:00
|
|
|
},
|
|
|
|
"entity": {
|
|
|
|
"sensor": {
|
|
|
|
"cart_items_count": {
|
|
|
|
"name": "Cart items count"
|
|
|
|
},
|
|
|
|
"cart_total_price": {
|
|
|
|
"name": "Cart total price"
|
|
|
|
},
|
|
|
|
"selected_slot_start": {
|
|
|
|
"name": "Start of selected slot"
|
|
|
|
},
|
|
|
|
"selected_slot_end": {
|
|
|
|
"name": "End of selected slot"
|
|
|
|
},
|
|
|
|
"selected_slot_max_order_time": {
|
|
|
|
"name": "Max order time of selected slot"
|
|
|
|
},
|
|
|
|
"selected_slot_min_order_value": {
|
|
|
|
"name": "Minimum order value for selected slot"
|
|
|
|
},
|
|
|
|
"last_order_slot_start": {
|
|
|
|
"name": "Start of last order's slot"
|
|
|
|
},
|
|
|
|
"last_order_slot_end": {
|
|
|
|
"name": "End of last order's slot"
|
|
|
|
},
|
|
|
|
"last_order_status": {
|
|
|
|
"name": "Status of last order"
|
|
|
|
},
|
|
|
|
"last_order_max_order_time": {
|
|
|
|
"name": "Max order time of last slot"
|
|
|
|
},
|
|
|
|
"last_order_delivery_time": {
|
|
|
|
"name": "Last order delivery time"
|
|
|
|
},
|
|
|
|
"last_order_total_price": {
|
|
|
|
"name": "Total price of last order"
|
|
|
|
},
|
|
|
|
"next_delivery_eta_start": {
|
|
|
|
"name": "Expected start of next delivery"
|
|
|
|
},
|
|
|
|
"next_delivery_eta_end": {
|
|
|
|
"name": "Expected end of next delivery"
|
|
|
|
},
|
|
|
|
"next_delivery_slot_start": {
|
|
|
|
"name": "Start of next delivery's slot"
|
|
|
|
},
|
|
|
|
"next_delivery_slot_end": {
|
|
|
|
"name": "End of next delivery's slot"
|
|
|
|
}
|
|
|
|
}
|
2021-04-22 05:21:56 +00:00
|
|
|
}
|
2021-07-22 06:37:33 +00:00
|
|
|
}
|