Update sensor.imap_email_content.markdown (#8190)

Added documentation for added 'folder' config entry
This commit is contained in:
cvwillegen 2019-01-16 21:38:50 +01:00 committed by Fabian Affolter
parent 99c68a17ce
commit f3374ee069

View File

@ -9,7 +9,7 @@ sharing: true
footer: true footer: true
logo: smtp.png logo: smtp.png
ha_category: Mailbox ha_category: Mailbox
ha_iot_class: "Local Polling" ha_iot_class: "Cloud Push"
ha_release: 0.25 ha_release: 0.25
--- ---
@ -28,6 +28,7 @@ sensor:
port: 993 port: 993
username: USERNAME username: USERNAME
password: PASSWORD password: PASSWORD
folder: <Folder>
senders: senders:
- example@gmail.com - example@gmail.com
``` ```
@ -54,6 +55,11 @@ password:
description: Password for the IMAP server. description: Password for the IMAP server.
required: true required: true
type: string type: string
password:
description: Folder to get mails from.
required: false
default: INBOX
type: string
senders: senders:
description: A list of sender email addresses that are allowed to report state via email. Only emails received from these addresses will be processed. description: A list of sender email addresses that are allowed to report state via email. Only emails received from these addresses will be processed.
required: true required: true