add optional sender name to sendgrid (#8807)

This commit is contained in:
srirams 2019-03-03 15:44:55 -06:00 committed by Rohan Kapoor
parent 2aa946ce26
commit 032f1c4df5

View File

@ -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