From 4239c5b5574d86fcd461d4f253df0ec2cdac9263 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Thu, 2 Jan 2025 21:19:20 +0100 Subject: [PATCH] Improve error strings in Sensibo (#134487) --- homeassistant/components/sensibo/strings.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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%]" } } }