mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +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.
|
||||
required: true
|
||||
type: string
|
||||
sender_name:
|
||||
description: The name of the sender. Defaults to "Home Assistant" if not set.
|
||||
required: false
|
||||
type: string
|
||||
recipient:
|
||||
description: The recipient of the notification.
|
||||
required: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user