23 lines
690 B
JSON
23 lines
690 B
JSON
|
{
|
||
|
"config": {
|
||
|
"step": {
|
||
|
"user": {
|
||
|
"title": "Login",
|
||
|
"description": "Enter your SmartTub email address and password to login",
|
||
|
"data": {
|
||
|
"email": "[%key:common::config_flow::data::email%]",
|
||
|
"password": "[%key:common::config_flow::data::password%]"
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"error": {
|
||
|
"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%]"
|
||
|
}
|
||
|
}
|
||
|
}
|