Improve error strings in Sensibo (#134487)
parent
836354bb99
commit
4239c5b557
|
@ -8,9 +8,9 @@
|
|||
"error": {
|
||||
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
||||
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
||||
"no_devices": "No devices discovered",
|
||||
"no_username": "Could not get username",
|
||||
"incorrect_api_key": "Invalid API key for selected account"
|
||||
"no_devices": "No devices found, ensure your Sensibo devices are correctly set up and have a remote defined",
|
||||
"no_username": "Could not retrieve username, ensure your Sensibo account has a proper username and try again",
|
||||
"incorrect_api_key": "The provided API key does not match for this account"
|
||||
},
|
||||
"step": {
|
||||
"user": {
|
||||
|
@ -569,7 +569,7 @@
|
|||
"message": "There was an error updating from the Sensibo API with the error: {error}"
|
||||
},
|
||||
"no_data": {
|
||||
"message": "No devices found, ensure your Sensibo devices are correctly set up and have a remote defined"
|
||||
"message": "[%key:component::sensibo::config::error::no_devices%]"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue