Files
2026-06-11 11:50:50 -04:00

46 lines
1.3 KiB
JSON

{
"config": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"user": {
"data": {
"account_type": "Account Type"
}
},
"account_link": {
"description": "Please retrieve your issue_token and cookies manually, following the instructions in the [integration README](https://github.com/iMicknl/ha-nest-protect/#retrieving-issue_token-and-cookies) and paste them below.",
"data": {
"issue_token": "issue_token",
"cookies": "cookies"
}
}
}
},
"options": {
"abort": {
"already_configured": "Account is already configured"
},
"error": {
"cannot_connect": "Failed to connect",
"invalid_auth": "Invalid authentication",
"unknown": "Unexpected error"
},
"step": {
"account_link": {
"description": "Please get your issue_token and cookies following the instructions in the integration README and paste them below.",
"data": {
"issue_token": "issue_token",
"cookies": "cookies"
}
}
}
}
}