mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-26 02:37:03 +00:00
Add sections
This commit is contained in:
parent
c2e12139b6
commit
2453aab3bb
@ -13,6 +13,12 @@ ha_category: Notifications
|
|||||||
|
|
||||||
The `sendgrid` notification platform sends email notifications via [SendGrid](https://sendgrid.com/), a proven cloud-based email platform.
|
The `sendgrid` notification platform sends email notifications via [SendGrid](https://sendgrid.com/), a proven cloud-based email platform.
|
||||||
|
|
||||||
|
## {% linkable_title Setup %}
|
||||||
|
|
||||||
|
You need an [API key](https://app.sendgrid.com/settings/api_keys) from SendGrid.
|
||||||
|
|
||||||
|
## {% linkable_title Configuration %}
|
||||||
|
|
||||||
To enable notification emails via SendGrid in your installation, add the following to your `configuration.yaml` file:
|
To enable notification emails via SendGrid in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
@ -32,15 +38,15 @@ name:
|
|||||||
default: notify
|
default: notify
|
||||||
type: string
|
type: string
|
||||||
api_key:
|
api_key:
|
||||||
description: SendGrid API key - https://app.sendgrid.com/settings/api_keys
|
description: Your SendGrid API key.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
sender:
|
sender:
|
||||||
description: E-mail address of the sender.
|
description: The e-mail address of the sender.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
recipient:
|
recipient:
|
||||||
description: Recipient of the notification.
|
description: The recipient of the notification.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
{% endconfiguration %}
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user