mirror of https://github.com/simbaja/ha_gehome.git
27 lines
579 B
JSON
27 lines
579 B
JSON
{
|
|
"title": "GE Kitchen",
|
|
"config": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"username": "Username",
|
|
"password": "Password"
|
|
}
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"username": "Username",
|
|
"password": "Password"
|
|
}
|
|
}
|
|
},
|
|
"error": {
|
|
"cannot_connect": "Failed to connect",
|
|
"invalid_auth": "Invalid authentication",
|
|
"unknown": "Unexpected error"
|
|
},
|
|
"abort": {
|
|
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]"
|
|
}
|
|
}
|
|
} |