{ "config": { "step": { "user": { "title": "iCloud credentials", "description": "Enter your credentials", "data": { "username": "[%key:common::config_flow::data::email%]", "password": "[%key:common::config_flow::data::password%]", "with_family": "With family" } }, "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.", "data": { "password": "[%key:common::config_flow::data::password%]" } }, "trusted_device": { "title": "iCloud trusted device", "description": "Select your trusted device", "data": { "trusted_device": "Trusted device" } }, "verification_code": { "title": "iCloud verification code", "description": "Please enter the verification code you just received from iCloud", "data": { "verification_code": "Verification code" } } }, "error": { "invalid_auth": "[%key:common::config_flow::error::invalid_auth%]", "send_verification_code": "Failed to send verification code", "validate_verification_code": "Failed to verify your verification code, try again" }, "abort": { "already_configured": "[%key:common::config_flow::abort::already_configured_account%]", "no_device": "None of your devices have \"Find my iPhone\" activated", "reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]" } } }