mirror of
https://github.com/home-assistant/core.git
synced 2026-08-16 10:13:55 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
163 lines
7.1 KiB
JSON
163 lines
7.1 KiB
JSON
{
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_service%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_cert": "Invalid certificate",
|
|
"timeout_connect": "[%key:common::config_flow::error::timeout_connect%]",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"step": {
|
|
"reauth_confirm": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:common::config_flow::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::smtp::config::step::user::data_description::password%]",
|
|
"username": "[%key:component::smtp::config::step::user::data_description::username%]"
|
|
},
|
|
"title": "Re-authenticate SMTP"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"encryption": "[%key:component::smtp::config::step::user::data::encryption%]",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"sender": "[%key:component::smtp::config::step::user::data::sender%]",
|
|
"sender_name": "[%key:component::smtp::config::step::user::data::sender_name%]",
|
|
"server": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"encryption": "[%key:component::smtp::config::step::user::data_description::encryption%]",
|
|
"password": "[%key:component::smtp::config::step::user::data_description::password%]",
|
|
"port": "[%key:component::smtp::config::step::user::data_description::port%]",
|
|
"sender": "[%key:component::smtp::config::step::user::data_description::sender%]",
|
|
"sender_name": "[%key:component::smtp::config::step::user::data_description::sender_name%]",
|
|
"server": "[%key:component::smtp::config::step::user::data_description::server%]",
|
|
"username": "[%key:component::smtp::config::step::user::data_description::username%]",
|
|
"verify_ssl": "[%key:component::smtp::config::step::user::data_description::verify_ssl%]"
|
|
},
|
|
"title": "Reconfigure SMTP"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"encryption": "Connection security",
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"port": "[%key:common::config_flow::data::port%]",
|
|
"sender": "Sender email",
|
|
"sender_name": "Sender name",
|
|
"server": "[%key:common::config_flow::data::host%]",
|
|
"username": "[%key:common::config_flow::data::username%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"encryption": "Encryption method used for the SMTP connection. **STARTTLS** upgrades a plain connection to encrypted (recommended). **SSL/TLS** uses encryption from the start. **None** sends without encryption.",
|
|
"password": "Password or app-specific password for the SMTP account.",
|
|
"port": "Port number used by your SMTP server. Common values are `587` (STARTTLS) and `465` (TLS).",
|
|
"sender": "Email address that will appear in the From field.",
|
|
"sender_name": "Display name shown as the email sender.",
|
|
"server": "Hostname or IP address of the SMTP server. For example, `smtp.example.com`.",
|
|
"username": "Username used to authenticate with the SMTP server.",
|
|
"verify_ssl": "Enable certificate verification for secure SSL/TLS connections."
|
|
},
|
|
"sections": {
|
|
"options": {
|
|
"data": {
|
|
"timeout": "[%key:component::smtp::options::step::init::data::timeout%]"
|
|
},
|
|
"data_description": {
|
|
"timeout": "[%key:component::smtp::options::step::init::data_description::timeout%]"
|
|
},
|
|
"name": "Additional options"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"recipient": {
|
|
"abort": {
|
|
"already_configured": "Recipient is already configured",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]"
|
|
},
|
|
"entry_type": "Recipient",
|
|
"initiate_flow": {
|
|
"user": "Add recipient"
|
|
},
|
|
"step": {
|
|
"reconfigure": {
|
|
"data": {
|
|
"recipient": "[%key:common::config_flow::data::email%]"
|
|
},
|
|
"data_description": {
|
|
"recipient": "[%key:component::smtp::config_subentries::recipient::step::user::data_description::recipient%]"
|
|
},
|
|
"description": "Update the recipient email address.",
|
|
"title": "Reconfigure recipient"
|
|
},
|
|
"user": {
|
|
"data": {
|
|
"name": "[%key:common::config_flow::data::name%]",
|
|
"recipient": "[%key:common::config_flow::data::email%]"
|
|
},
|
|
"data_description": {
|
|
"name": "Name of the recipient",
|
|
"recipient": "Email address of the recipient."
|
|
},
|
|
"description": "Set up a recipient for notifications.",
|
|
"title": "Recipient"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"authentication_error": {
|
|
"message": "Failed to authenticate with SMTP server. Please verify your credentials."
|
|
},
|
|
"connection_error": {
|
|
"message": "Failed to connect to SMTP server."
|
|
},
|
|
"remote_path_not_allowed": {
|
|
"message": "Cannot send email with attachment \"{file_name}\" from directory \"{file_path}\" which is not secure to load data from. Only folders added to `{allow_list}` are accessible. See {url} for more information."
|
|
},
|
|
"send_mail_connection_error": {
|
|
"message": "Failed to send email message due to a connection error."
|
|
}
|
|
},
|
|
"issues": {
|
|
"deprecated_yaml_import_issue_error": {
|
|
"description": "YAML configuration for SMTP is being deprecated, but an error occurred while importing your existing configuration.\n\nVerify that the YAML configuration is valid, then restart Home Assistant to try again. Alternatively remove the SMTP YAML configuration from your `configuration.yaml` file and continue to [set up the integration]({url}) manually.\n\n**Configuration that could not be imported:**\n\n```{config}```",
|
|
"title": "Failed to import SMTP YAML configuration"
|
|
}
|
|
},
|
|
"options": {
|
|
"step": {
|
|
"init": {
|
|
"data": {
|
|
"timeout": "Connection timeout"
|
|
},
|
|
"data_description": {
|
|
"timeout": "Maximum time to wait for a response from the SMTP server before the connection attempt is aborted."
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"selector": {
|
|
"encryption": {
|
|
"options": {
|
|
"none": "None",
|
|
"starttls": "STARTTLS",
|
|
"tls": "SSL/TLS"
|
|
}
|
|
}
|
|
}
|
|
}
|