Terminology: streamline spelling of email (#31927)

- to comply with MS [Style Guide](https://learn.microsoft.com/en-us/style-guide/a-z-word-list-term-collections/e/email)
This commit is contained in:
c0ffeeca7 2024-03-18 09:52:50 +01:00 committed by GitHub
parent 85f7caa062
commit d3d244179b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
10 changed files with 20 additions and 20 deletions

View File

@ -134,7 +134,7 @@ Finally, if a vacuum becomes unavailable (usually due to being idle and off its
## Self-hosted configuration ## Self-hosted configuration
Depending on your setup of the self-hosted instance, you can connect to the server using the following settings: Depending on your setup of the self-hosted instance, you can connect to the server using the following settings:
- `Username`: Enter the e-mail address configured in your instance. If authentication is disabled, you can enter any valid e-mail address. - `Username`: Enter the email address configured in your instance. If authentication is disabled, you can enter any valid email address.
- `Password`: Enter the password configured in your instance. If authentication is disabled, you can enter any string (series of characters). - `Password`: Enter the password configured in your instance. If authentication is disabled, you can enter any string (series of characters).
- `REST URL`: http://`SELF_HOSTED_INSTANCE`:8007 - `REST URL`: http://`SELF_HOSTED_INSTANCE`:8007
- `MQTT URL`: mqtts://`SELF_HOSTED_INSTANCE`:8883 - `MQTT URL`: mqtts://`SELF_HOSTED_INSTANCE`:8883

View File

@ -89,6 +89,6 @@ data:
### Video tutorial ### Video tutorial
This video tutorial explains how to set up Gmail in Home Assistant and how you can create a dashboard and automations to send e-mail and toggle your out-of-office notice. This video tutorial explains how to set up Gmail in Home Assistant and how you can create a dashboard and automations to send email and toggle your out-of-office notice.
<lite-youtube videoid="IHKliqSFZvM" videotitle="How To send e-mail PERFECTLY using Gmail in Home Assistant - Tutorial" posterquality="maxresdefault"></lite-youtube> <lite-youtube videoid="IHKliqSFZvM" videotitle="How To send e-mail PERFECTLY using Gmail in Home Assistant - Tutorial" posterquality="maxresdefault"></lite-youtube>

View File

@ -42,7 +42,7 @@ vapid_prv_key:
required: true required: true
type: string type: string
vapid_email: vapid_email:
description: The e-mail account of your Google account associated with your Firebase project, [see configuring the platform](#configuring-the-platform). description: The email account of your Google account associated with your Firebase project, [see configuring the platform](#configuring-the-platform).
required: true required: true
type: string type: string
{% endconfiguration %} {% endconfiguration %}

View File

@ -68,7 +68,7 @@ This service will play the Lost iPhone sound on your iDevice. It will still ring
| Service data attribute | Optional | Description | | Service data attribute | Optional | Description |
|---------------------------|----------|---------------------------------------------------------| |---------------------------|----------|---------------------------------------------------------|
| `account` | no | E-mail address of the iCloud account | | `account` | no | Email address of the iCloud account |
| `device_name` | no | Human Friendly device name like Bob's iPhone | | `device_name` | no | Human Friendly device name like Bob's iPhone |
### Service `icloud.display_message` ### Service `icloud.display_message`

View File

@ -44,7 +44,7 @@ timeout:
You create your API token on the LIFX website: You create your API token on the LIFX website:
1. Sign in to the [LIFX Cloud](https://cloud.lifx.com/) 1. Sign in to the [LIFX Cloud](https://cloud.lifx.com/)
2. Click on your e-mail address and select _Personal Access Tokens_ 2. Click on your email address and select _Personal Access Tokens_
3. Now click _Generate New Token_ 3. Now click _Generate New Token_
4. Enter a meaningful label, such as 'Home Assistant' 4. Enter a meaningful label, such as 'Home Assistant'
5. Click _Generate_ 5. Click _Generate_

View File

@ -41,7 +41,7 @@ api_key:
required: true required: true
type: string type: string
to: to:
description: E-Mail address the Automate-Fiber is configured for. description: Email address the Automate-Fiber is configured for.
required: true required: true
type: string type: string
device: device:
@ -71,7 +71,7 @@ Receiving cloud messages in Automate:
4. Connect OK from Flow beginning to IN of Cloud receive 4. Connect OK from Flow beginning to IN of Cloud receive
5. Connect OK from Cloud receive to Toast show 5. Connect OK from Cloud receive to Toast show
6. Connect OK form Toast show to IN of Cloud receive 6. Connect OK form Toast show to IN of Cloud receive
7. Tap Cloud receive and select the E-Mail account as setup in your configuration 7. Tap Cloud receive and select the email account as setup in your configuration
8. Assign a variable name for the Payload 8. Assign a variable name for the Payload
9. Tap Toast show and set the message value to the variable you've specified 9. Tap Toast show and set the message value to the variable you've specified

View File

@ -32,7 +32,7 @@ On the [LOQED personal access token website](https://integrations.production.loq
{% details "Generate access token" %} {% details "Generate access token" %}
1. Login with your LOQED App e-mail address (you need to be an admin). 1. Login with your LOQED App email address (you need to be an admin).
2. Select **Create**. 2. Select **Create**.
3. Give your personal access token a name (this will not be used further on, but we recommend something like "Home Assistant" to recognize it as used by Home Assistant). 3. Give your personal access token a name (this will not be used further on, but we recommend something like "Home Assistant" to recognize it as used by Home Assistant).
4. Select **Save**. 4. Select **Save**.
@ -55,5 +55,5 @@ First, remove the integration from Home Assistant. This will remove any configur
On [LOQED personal access token website](https://integrations.production.loqed.com/personal-access-tokens), please follow the following steps: On [LOQED personal access token website](https://integrations.production.loqed.com/personal-access-tokens), please follow the following steps:
1. Login with your LOQED App e-mail address (you need to be admin). 1. Login with your LOQED App email address (you need to be admin).
2. Select **delete** on the Personal Access Token you used when creating this integration. 2. Select **delete** on the Personal Access Token you used when creating this integration.

View File

@ -42,7 +42,7 @@ api_key:
required: true required: true
type: string type: string
sender: sender:
description: The e-mail address of the sender. description: The email address of the sender.
required: true required: true
type: string type: string
sender_name: sender_name:

View File

@ -1,6 +1,6 @@
--- ---
title: SMTP title: SMTP
description: Instructions on how to add e-mail notifications to Home Assistant. description: Instructions on how to add email notifications to Home Assistant.
ha_category: ha_category:
- Notifications - Notifications
ha_iot_class: Cloud Push ha_iot_class: Cloud Push
@ -11,9 +11,9 @@ ha_platforms:
ha_integration_type: integration ha_integration_type: integration
--- ---
The SMTP platform allows you to deliver notifications from Home Assistant to an e-mail recipient. The SMTP platform allows you to deliver notifications from Home Assistant to an email recipient.
To enable notification by e-mail in your installation, add the following to your `configuration.yaml` file: To enable notification by email in your installation, add the following to your `configuration.yaml` file:
```yaml ```yaml
# Example configuration.yaml entry # Example configuration.yaml entry
@ -24,7 +24,7 @@ notify:
recipient: "YOUR_RECIPIENT" recipient: "YOUR_RECIPIENT"
``` ```
Check your e-mail provider configuration or help pages to get the correct SMTP settings. Check your email provider configuration or help pages to get the correct SMTP settings.
{% configuration %} {% configuration %}
name: name:
@ -33,11 +33,11 @@ name:
type: string type: string
default: notify default: notify
sender: sender:
description: E-mail address of the sender. description: email address of the sender.
required: true required: true
type: string type: string
recipient: recipient:
description: Default E-mail address of the recipient of the notification. This can be a recipient address or a list of addresses for multiple recipients.<br>This is where you want to send your E-mail notifications by default (when not specifying `target` in the service call). Any E-mail address(es) specified in the service call's `target` field will override this recipient content. description: Default email address of the recipient of the notification. This can be a recipient address or a list of addresses for multiple recipients.<br>This is where you want to send your email notifications by default (when not specifying `target` in the service call). Any email address(es) specified in the service call's `target` field will override this recipient content.
required: true required: true
type: [list, string] type: [list, string]
server: server:
@ -184,10 +184,10 @@ burglar:
To learn more about how to use notifications in your automations, please see the [getting started with automation page](/getting-started/automation/). To learn more about how to use notifications in your automations, please see the [getting started with automation page](/getting-started/automation/).
## Specific E-Mail Provider Configuration ## Specific email provider configuration
Check below some configurations examples for specific e-mail providers. Check below some configurations examples for specific email providers.
If you are in doubt about the SMTP settings required, check your e-mail provider configuration or help pages for more information about its specific SMTP configuration. If you are in doubt about the SMTP settings required, check your email provider configuration or help pages for more information about its specific SMTP configuration.
### Google Mail ### Google Mail

View File

@ -2042,7 +2042,7 @@ pip3 install pycryptodome pybase64 requests
python3 token_extractor.py python3 token_extractor.py
``` ```
3. Provide e-mail address or username for Xiaomi's account, password and country of the account (most used: CN - China Mainland, DE - Germany etc.) 3. Provide email address or username for Xiaomi's account, password and country of the account (most used: CN - China Mainland, DE - Germany etc.)
4. Script will print out all devices connected to the account with their IP address and tokens for use in Home Assistant. 4. Script will print out all devices connected to the account with their IP address and tokens for use in Home Assistant.
### Xiaomi Home app (Xiaomi Aqara Gateway, Android & iOS) ### Xiaomi Home app (Xiaomi Aqara Gateway, Android & iOS)