27 lines
984 B
JSON
27 lines
984 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Life360 Account Info",
|
|
"data": {
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"password": "[%key:common::config_flow::data::password%]"
|
|
},
|
|
"description": "To set advanced options, see [Life360 documentation]({docs_url}).\nYou may want to do that before adding accounts."
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_username": "Invalid username",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"create_entry": {
|
|
"default": "To set advanced options, see [Life360 documentation]({docs_url})."
|
|
},
|
|
"abort": {
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
}
|
|
}
|
|
} |