diff --git a/custom_components/wyzeapi/strings.json b/custom_components/wyzeapi/strings.json index eab643e5..c5eeb728 100644 --- a/custom_components/wyzeapi/strings.json +++ b/custom_components/wyzeapi/strings.json @@ -9,6 +9,10 @@ "password": "[%key:common::config_flow::data::password%]", "keyid": "[%key:common::config_flow::data::key_id%]", "apikey": "[%key:common::config_flow::data::api_key%]" + }, + "data_description": { + "username": "Wyze or 3rd party OAuth email address", + "password": "Wyze or 3rd party OAuth password" } }, "2fa": { diff --git a/custom_components/wyzeapi/translations/en.json b/custom_components/wyzeapi/translations/en.json index 63915274..9d5e0ce6 100644 --- a/custom_components/wyzeapi/translations/en.json +++ b/custom_components/wyzeapi/translations/en.json @@ -18,7 +18,11 @@ "password": "Password", "key_id": "Keyid", "api_key": "Apikey" - } + }, + "data_description": { + "username": "Wyze or 3rd party OAuth email address", + "password": "Wyze or 3rd party OAuth password" + } }, "2fa": { "title": "Enter Wyze 2FA Verification Code",