From 1f596ab1f17ad310e98809b49c6ea5d0713737c8 Mon Sep 17 00:00:00 2001 From: gcobb321 Date: Sun, 19 Jan 2025 11:23:22 -0500 Subject: [PATCH] iCloud3 v3.1.4.4 --- custom_components/icloud3/config_flow.py | 5 ++++- custom_components/icloud3/manifest.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/custom_components/icloud3/config_flow.py b/custom_components/icloud3/config_flow.py index 96ef508..1938763 100644 --- a/custom_components/icloud3/config_flow.py +++ b/custom_components/icloud3/config_flow.py @@ -4377,7 +4377,10 @@ async def log_into_icloud_account(self, user_input, called_from_step_id=None): username = user_input[CONF_USERNAME].lower() password = user_input[CONF_PASSWORD] - list_add(Gb.log_file_filter, password) + + add_log_file_filter(username, hide_text=True) + add_log_file_filter(password) + endpoint_suffix = user_input.get(CONF_ICLOUD_SERVER_ENDPOINT_SUFFIX, Gb.conf_tracking[CONF_ICLOUD_SERVER_ENDPOINT_SUFFIX]) diff --git a/custom_components/icloud3/manifest.json b/custom_components/icloud3/manifest.json index 6e857b7..0eaf442 100644 --- a/custom_components/icloud3/manifest.json +++ b/custom_components/icloud3/manifest.json @@ -10,5 +10,5 @@ "issue_tracker": "https://github.com/gcobb321/icloud3/issues", "loggers": ["icloud3"], "requirements": ["srp"], - "version": "3.1.4.3" + "version": "3.1.4.4" }