mirror of
https://github.com/home-assistant/core.git
synced 2025-07-10 14:57:09 +00:00
Direct Users to App-Specific Passwords for iCloud integration to prevent MFA spam (#120945)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
696ae91c35
commit
ac8bbe9db4
@ -6,7 +6,7 @@
|
|||||||
"description": "Enter your credentials",
|
"description": "Enter your credentials",
|
||||||
"data": {
|
"data": {
|
||||||
"username": "[%key:common::config_flow::data::email%]",
|
"username": "[%key:common::config_flow::data::email%]",
|
||||||
"password": "[%key:common::config_flow::data::password%]",
|
"password": "App-specific password",
|
||||||
"with_family": "With family"
|
"with_family": "With family"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -14,7 +14,7 @@
|
|||||||
"title": "[%key:common::config_flow::title::reauth%]",
|
"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.",
|
"description": "Your previously entered password for {username} is no longer working. Update your password to keep using this integration.",
|
||||||
"data": {
|
"data": {
|
||||||
"password": "[%key:common::config_flow::data::password%]"
|
"password": "App-specific password"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"trusted_device": {
|
"trusted_device": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user