Update doc string (Fix #491)

This commit is contained in:
Fabian Affolter 2015-10-07 23:28:04 +02:00
parent 5e0a4c316f
commit d149f9d64c

View file

@ -1,15 +1,15 @@
""" """
homeassistant.components.notify.mail homeassistant.components.notify.smtp
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Mail (SMTP) notification service. Mail (SMTP) notification service.
Configuration: Configuration:
To use the Mail notifier you will need to add something like the following To use the smtp notifier you will need to add something like the following
to your configuration.yaml file. to your configuration.yaml file.
notify: notify:
platform: mail platform: smtp
server: MAIL_SERVER server: MAIL_SERVER
port: YOUR_SMTP_PORT port: YOUR_SMTP_PORT
sender: SENDER_EMAIL_ADDRESS sender: SENDER_EMAIL_ADDRESS