mirror of
https://github.com/home-assistant/core.git
synced 2026-06-11 11:41:42 +02:00
21 lines
721 B
JSON
21 lines
721 B
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"authorize_url_timeout": "Timeout generating authorize URL.",
|
|
"missing_configuration": "The component is not configured. Please follow the documentation.",
|
|
"reauth_successful": "Re-authentication was successful"
|
|
},
|
|
"create_entry": {
|
|
"default": "Successfully authenticated"
|
|
},
|
|
"step": {
|
|
"pick_implementation": {
|
|
"title": "Pick Authentication Method"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": "The Lyric integration needs to re-authenticate your account.",
|
|
"title": "Reauthenticate Integration"
|
|
}
|
|
}
|
|
}
|
|
} |