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
logo: smtp.png
ha_category: Mailbox
ha_iot_class: "Local Polling"
ha_iot_class: "Cloud Push"
ha_release: 0.25
---
@ -28,6 +28,7 @@ sensor:
port: 993
username: USERNAME
password: PASSWORD
folder: <Folder>
senders:
- example@gmail.com
```
@ -54,6 +55,11 @@ password:
description: Password for the IMAP server.
required: true
type: string
password:
description: Folder to get mails from.
required: false
default: INBOX
type: string
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.
required: true