Improve error strings in Sensibo (#134487)

pull/134496/head
G Johansson 2025-01-02 21:19:20 +01:00 committed by GitHub
parent 836354bb99
commit 4239c5b557
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -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%]"
}
}
}