Update sensor.imap.markdown (#6775)

* Update sensor.imap.markdown

Update IMAP Sensor configuration variable

* Update sensor.imap.markdown
This commit is contained in:
noxhirsch 2018-10-14 09:12:07 +02:00 committed by Franck Nijhof
parent b1852c0359
commit 06ab18d9d0

View File

@ -30,11 +30,31 @@ sensor:
password: YOUR_PASSWORD password: YOUR_PASSWORD
``` ```
Configuration variables: {% configuration %}
server:
- **server** (*Required*): The IP address or hostname of the IMAP server. description: The IP address or hostname of the IMAP server.
- **port** (*Optional*): The port where the server is accessible. required: true
- **name** (*Optional*): Name of the IMAP sensor. type: string
- **username** (*Required*): Username for the IMAP server. port:
- **password** (*Required*): Password for the IMAP server. description: The port where the server is accessible.
- **folder** (*Optional*): The IMAP folder to watch. required: false
default: 993
type: integer
name:
description: Name of the IMAP sensor.
required: false
type: string
username:
description: Username for the IMAP server.
required: true
type: string
password:
description: Password for the IMAP server.
required: true
type: string
folder:
description: The IMAP folder to watch.
required: false
default: inbox
type: string
{% endconfiguration %}