76 lines
2.2 KiB
JSON
76 lines
2.2 KiB
JSON
{
|
|
"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%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]",
|
|
"different_account": "Account should be the same as used for setting up the integration"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"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 order"
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|