From 032f1c4df512f5dd4c8fa7c67148c46aac97c031 Mon Sep 17 00:00:00 2001 From: srirams <638940+srirams@users.noreply.github.com> Date: Sun, 3 Mar 2019 15:44:55 -0600 Subject: [PATCH] add optional sender name to sendgrid (#8807) --- source/_components/notify.sendgrid.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/_components/notify.sendgrid.markdown b/source/_components/notify.sendgrid.markdown index 50cc9b07166..c5f37d0d10f 100644 --- a/source/_components/notify.sendgrid.markdown +++ b/source/_components/notify.sendgrid.markdown @@ -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