mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +00:00
Update doc string (Fix #491)
This commit is contained in:
parent
5e0a4c316f
commit
d149f9d64c
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user