From cee865f15e81f29abc1a7b1b7d74ce6a91e37cdb Mon Sep 17 00:00:00 2001 From: Daniel Raper Date: Tue, 2 Jan 2024 16:48:59 +0000 Subject: [PATCH] Added more detail to auth_error --- custom_components/ohme/translations/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/ohme/translations/en.json b/custom_components/ohme/translations/en.json index 70383f2..14a1a76 100644 --- a/custom_components/ohme/translations/en.json +++ b/custom_components/ohme/translations/en.json @@ -11,7 +11,7 @@ } }, "error": { - "auth_error": "Invalid credentials provided." + "auth_error": "Invalid credentials provided. Please ensure you are using an Ohme account and not a social account (eg. Google)." }, "abort": {} }, @@ -27,7 +27,7 @@ } }, "error": { - "auth_error": "Invalid credentials provided." + "auth_error": "Invalid credentials provided. Please ensure you are using an Ohme account and not a social account (eg. Google)." }, "abort": {} },