diff --git a/homeassistant/components/sensibo/strings.json b/homeassistant/components/sensibo/strings.json index 39bdbeafb06..ff6274535b9 100644 --- a/homeassistant/components/sensibo/strings.json +++ b/homeassistant/components/sensibo/strings.json @@ -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%]" } } }