mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Update sensor.imap_email_content.markdown (#8190)
Added documentation for added 'folder' config entry
This commit is contained in:
parent
99c68a17ce
commit
f3374ee069
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user