Allow folder selection for IMAP unread sensor (#3767)
This commit is contained in:
parent
a059994862
commit
4667c0f600
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ footer: true
|
||||||
logo: smtp.png
|
logo: smtp.png
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: 0.25
|
ha_release: 0.25
|
||||||
ha_iot_class: "Local Polling"
|
ha_iot_class: "Cloud Push"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -31,8 +31,8 @@ sensor:
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **server** (*Required*): The IP address or hostname of the IMAP server.
|
- **server** (*Required*): The IP address or hostname of the IMAP server.
|
||||||
- **port** (*Required*): The port where the server is accessible.
|
- **port** (*Optional*): The port where the server is accessible.
|
||||||
- **name** (*Optional*): Name of the IMAP sensor.
|
- **name** (*Optional*): Name of the IMAP sensor.
|
||||||
- **username** (*Required*): Username for the IMAP server.
|
- **username** (*Required*): Username for the IMAP server.
|
||||||
- **password** (*Required*): Password for the IMAP server.
|
- **password** (*Required*): Password for the IMAP server.
|
||||||
|
- **folder** (*Optional*): The IMAP folder to watch.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue