diff --git a/homeassistant/components/notify/syslog.py b/homeassistant/components/notify/syslog.py index 2ca6a5d2a59..6673ba23a08 100644 --- a/homeassistant/components/notify/syslog.py +++ b/homeassistant/components/notify/syslog.py @@ -11,9 +11,9 @@ to your config/configuration.yaml notify: platform: syslog - facility: MAIL_SERVER - option: YOUR_SMTP_PORT - priority: SENDER_EMAIL_ADDRESS + facility: SYSLOG_FACILITY + option: SYSLOG_LOG_OPTION + priority: SYSLOG_PRIORITY Variables: