mirror of
https://github.com/home-assistant/core.git
synced 2026-05-25 09:49:52 +01:00
20 lines
471 B
JSON
20 lines
471 B
JSON
{
|
|
"config": {
|
|
"step": {
|
|
"user": {
|
|
"title": "Sign-in with Ring account",
|
|
"data": { "username": "Username", "password": "Password" }
|
|
},
|
|
"2fa": {
|
|
"title": "Two-factor authentication",
|
|
"data": { "2fa": "Two-factor code" }
|
|
}
|
|
},
|
|
"error": {
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": { "already_configured": "Device is already configured" }
|
|
}
|
|
}
|