mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 23:06:58 +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
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **server** (*Required*): The IP address or hostname of the IMAP server.
|
||||
- **port** (*Optional*): The port where the server is accessible.
|
||||
- **name** (*Optional*): Name of the IMAP sensor.
|
||||
- **username** (*Required*): Username for the IMAP server.
|
||||
- **password** (*Required*): Password for the IMAP server.
|
||||
- **folder** (*Optional*): The IMAP folder to watch.
|
||||
{% configuration %}
|
||||
server:
|
||||
description: The IP address or hostname of the IMAP server.
|
||||
required: true
|
||||
type: string
|
||||
port:
|
||||
description: The port where the server is accessible.
|
||||
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