mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-28 11:47:00 +00:00
add optional sender name to sendgrid (#8807)
This commit is contained in:
parent
2aa946ce26
commit
032f1c4df5
@ -45,6 +45,10 @@ sender:
|
|||||||
description: The e-mail address of the sender.
|
description: The e-mail address of the sender.
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
sender_name:
|
||||||
|
description: The name of the sender. Defaults to "Home Assistant" if not set.
|
||||||
|
required: false
|
||||||
|
type: string
|
||||||
recipient:
|
recipient:
|
||||||
description: The recipient of the notification.
|
description: The recipient of the notification.
|
||||||
required: true
|
required: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user