mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Update sensor.imap.markdown (#6775)
* Update sensor.imap.markdown Update IMAP Sensor configuration variable * Update sensor.imap.markdown
This commit is contained in:
parent
b1852c0359
commit
06ab18d9d0
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user