mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 16:27:19 +00:00
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:
parent
85f7caa062
commit
d3d244179b
@ -134,7 +134,7 @@ Finally, if a vacuum becomes unavailable (usually due to being idle and off its
|
||||
## Self-hosted configuration
|
||||
|
||||
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).
|
||||
- `REST URL`: http://`SELF_HOSTED_INSTANCE`:8007
|
||||
- `MQTT URL`: mqtts://`SELF_HOSTED_INSTANCE`:8883
|
||||
|
@ -89,6 +89,6 @@ data:
|
||||
|
||||
### 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>
|
||||
|
@ -42,7 +42,7 @@ vapid_prv_key:
|
||||
required: true
|
||||
type: string
|
||||
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
|
||||
type: string
|
||||
{% endconfiguration %}
|
||||
|
@ -68,7 +68,7 @@ This service will play the Lost iPhone sound on your iDevice. It will still ring
|
||||
|
||||
| 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 |
|
||||
|
||||
### Service `icloud.display_message`
|
||||
|
@ -44,7 +44,7 @@ timeout:
|
||||
|
||||
You create your API token on the LIFX website:
|
||||
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_
|
||||
4. Enter a meaningful label, such as 'Home Assistant'
|
||||
5. Click _Generate_
|
||||
|
@ -41,7 +41,7 @@ api_key:
|
||||
required: true
|
||||
type: string
|
||||
to:
|
||||
description: E-Mail address the Automate-Fiber is configured for.
|
||||
description: Email address the Automate-Fiber is configured for.
|
||||
required: true
|
||||
type: string
|
||||
device:
|
||||
@ -71,7 +71,7 @@ Receiving cloud messages in Automate:
|
||||
4. Connect OK from Flow beginning to IN of Cloud receive
|
||||
5. Connect OK from Cloud receive to Toast show
|
||||
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
|
||||
9. Tap Toast show and set the message value to the variable you've specified
|
||||
|
||||
|
@ -32,7 +32,7 @@ On the [LOQED personal access token website](https://integrations.production.loq
|
||||
|
||||
{% 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**.
|
||||
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**.
|
||||
@ -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:
|
||||
|
||||
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.
|
||||
|
@ -42,7 +42,7 @@ api_key:
|
||||
required: true
|
||||
type: string
|
||||
sender:
|
||||
description: The e-mail address of the sender.
|
||||
description: The email address of the sender.
|
||||
required: true
|
||||
type: string
|
||||
sender_name:
|
||||
|
@ -1,6 +1,6 @@
|
||||
---
|
||||
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:
|
||||
- Notifications
|
||||
ha_iot_class: Cloud Push
|
||||
@ -11,9 +11,9 @@ ha_platforms:
|
||||
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
|
||||
# Example configuration.yaml entry
|
||||
@ -24,7 +24,7 @@ notify:
|
||||
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 %}
|
||||
name:
|
||||
@ -33,11 +33,11 @@ name:
|
||||
type: string
|
||||
default: notify
|
||||
sender:
|
||||
description: E-mail address of the sender.
|
||||
description: email address of the sender.
|
||||
required: true
|
||||
type: string
|
||||
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
|
||||
type: [list, string]
|
||||
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/).
|
||||
|
||||
## Specific E-Mail Provider Configuration
|
||||
## Specific email provider configuration
|
||||
|
||||
Check below some configurations examples for specific e-mail 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.
|
||||
Check below some configurations examples for specific email providers.
|
||||
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
|
||||
|
||||
|
@ -2042,7 +2042,7 @@ pip3 install pycryptodome pybase64 requests
|
||||
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.
|
||||
|
||||
### Xiaomi Home app (Xiaomi Aqara Gateway, Android & iOS)
|
||||
|
Loading…
x
Reference in New Issue
Block a user