mirror of https://github.com/home-assistant/core
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"country": "Country"
|
|
}
|
|
},
|
|
"choose_contract": {
|
|
"data": {
|
|
"contract": "Contract"
|
|
}
|
|
},
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"description": "Re-authenticate with Prosegur account.",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
}
|
|
}
|
|
},
|
|
"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%]"
|
|
},
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_device%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]"
|
|
}
|
|
},
|
|
"services": {
|
|
"request_image": {
|
|
"name": "Request camera image",
|
|
"description": "Requests a new image from a Prosegur camera."
|
|
}
|
|
}
|
|
}
|