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