2020-08-12 09:03:22 -06:00
|
|
|
{
|
2021-05-20 09:15:49 -06:00
|
|
|
"title": "GE Home",
|
2020-08-13 15:10:55 -06:00
|
|
|
"config": {
|
|
|
|
"step": {
|
|
|
|
"init": {
|
|
|
|
"data": {
|
|
|
|
"username": "Username",
|
|
|
|
"password": "Password"
|
2020-08-12 09:03:22 -06:00
|
|
|
}
|
2020-08-13 15:10:55 -06:00
|
|
|
},
|
|
|
|
"user": {
|
|
|
|
"data": {
|
|
|
|
"username": "Username",
|
|
|
|
"password": "Password"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"error": {
|
|
|
|
"cannot_connect": "Failed to connect",
|
|
|
|
"invalid_auth": "Invalid authentication",
|
|
|
|
"unknown": "Unexpected error"
|
2020-08-12 09:03:22 -06:00
|
|
|
},
|
2020-08-13 15:10:55 -06:00
|
|
|
"abort": {
|
|
|
|
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
|
|
}
|
|
|
|
}
|
2021-05-20 09:15:49 -06:00
|
|
|
}
|