mirror of https://github.com/simbaja/ha_gehome.git
- updated error strings
This commit is contained in:
parent
46f3d92ad0
commit
c8f29dd679
|
@ -3,19 +3,19 @@
|
||||||
"step": {
|
"step": {
|
||||||
"user": {
|
"user": {
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::username%]",
|
"username": "Username",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "Password",
|
||||||
"region": "[%key:common::config_flow::data::region%]"
|
"region": "Region"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"error": {
|
"error": {
|
||||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
"cannot_connect": "Can't connect to SmartHQ",
|
||||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
"invalid_auth": "Invalid authentication provided, please check credentials",
|
||||||
"unknown": "[%key:common::config_flow::error::unknown%]"
|
"unknown": "Unknown error occurred"
|
||||||
},
|
},
|
||||||
"abort": {
|
"abort": {
|
||||||
"already_configured_account": "[%key:common::config_flow::abort::already_configured_account%]"
|
"already_configured_account": "Account already configured!"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue