mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Allow folder selection for IMAP unread sensor (#3767)
This commit is contained in:
parent
a059994862
commit
4667c0f600
@ -10,7 +10,7 @@ footer: true
|
||||
logo: smtp.png
|
||||
ha_category: Sensor
|
||||
ha_release: 0.25
|
||||
ha_iot_class: "Local Polling"
|
||||
ha_iot_class: "Cloud Push"
|
||||
---
|
||||
|
||||
|
||||
@ -31,8 +31,8 @@ sensor:
|
||||
Configuration variables:
|
||||
|
||||
- **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.
|
||||
- **username** (*Required*): Username for the IMAP server.
|
||||
- **password** (*Required*): Password for the IMAP server.
|
||||
|
||||
- **folder** (*Optional*): The IMAP folder to watch.
|
||||
|
Loading…
x
Reference in New Issue
Block a user