mirror of
https://github.com/home-assistant/core.git
synced 2026-08-06 21:35:13 +01:00
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
213 lines
9.5 KiB
JSON
213 lines
9.5 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."
|
|
},
|
|
"media_source_missing_filename": {
|
|
"message": "Cannot attach {media_content_id}. This media source does not provide a filename, you must explicitly specify a filename."
|
|
},
|
|
"media_source_not_supported": {
|
|
"message": "Media source {media_content_id} is not supported."
|
|
},
|
|
"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_notify_action": {
|
|
"description": "The action `{action}` is deprecated and will be removed in a future release.\n\nPlease update your automations and scripts to use the notify entities with the `{new_action_1}` or `{new_action_2}` actions instead.\n\n## Example automation using `{new_action_1}` action:\n\n{example_yaml_1}\n\n## Example automation using `{new_action_2}` action:\n\n{example_yaml_2}",
|
|
"title": "Detected use of deprecated action {action}"
|
|
},
|
|
"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": {
|
|
"attachments": {
|
|
"fields": {
|
|
"content_id": {
|
|
"description": "A unique identifier used to embed this image directly inside an HTML email body.",
|
|
"name": "Content-ID"
|
|
},
|
|
"filename": {
|
|
"description": "Specify the filename for the attachment. This is required for camera, image, and TTS media sources, and optional for local media sources.",
|
|
"name": "Filename"
|
|
},
|
|
"media_source": {
|
|
"description": "Select a camera, image, TTS, or a local media source to attach. Camera sources are captured as an image snapshot when the email is sent.",
|
|
"name": "Media source"
|
|
}
|
|
}
|
|
},
|
|
"encryption": {
|
|
"options": {
|
|
"none": "None",
|
|
"starttls": "STARTTLS",
|
|
"tls": "SSL/TLS"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"send_message": {
|
|
"description": "Sends an email notification",
|
|
"fields": {
|
|
"attachments": {
|
|
"description": "Attach images or other files from camera, image, TTS, or local media source. When selecting a camera entity, a snapshot of the current view will be captured and attached to the email.",
|
|
"name": "Attachments"
|
|
},
|
|
"html": {
|
|
"description": "The HTML body of the email notification. Use HTML to create rich email content with formatting, images, links, tables, and custom styling.",
|
|
"name": "HTML message"
|
|
},
|
|
"message": {
|
|
"description": "The plain text message body of the email notification.",
|
|
"name": "Message"
|
|
},
|
|
"title": {
|
|
"description": "Subject for your email notification.",
|
|
"name": "Title"
|
|
}
|
|
},
|
|
"name": "Send message"
|
|
}
|
|
}
|
|
}
|