From ac8bbe9db4e0c0c3f2c2b5992a34e909f1ba282c Mon Sep 17 00:00:00 2001 From: "Robert C. Maehl" Date: Sat, 6 Jul 2024 05:12:38 -0400 Subject: [PATCH] Direct Users to App-Specific Passwords for iCloud integration to prevent MFA spam (#120945) Co-authored-by: Franck Nijhof --- homeassistant/components/icloud/strings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/icloud/strings.json b/homeassistant/components/icloud/strings.json index 96db11d4656..22c711e919a 100644 --- a/homeassistant/components/icloud/strings.json +++ b/homeassistant/components/icloud/strings.json @@ -6,7 +6,7 @@ "description": "Enter your credentials", "data": { "username": "[%key:common::config_flow::data::email%]", - "password": "[%key:common::config_flow::data::password%]", + "password": "App-specific password", "with_family": "With family" } }, @@ -14,7 +14,7 @@ "title": "[%key:common::config_flow::title::reauth%]", "description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.", "data": { - "password": "[%key:common::config_flow::data::password%]" + "password": "App-specific password" } }, "trusted_device": {