We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e4330b + 10317da commit 094f358Copy full SHA for 094f358
source/_components/sensor.imap.markdown
@@ -23,7 +23,7 @@ sensor:
23
server: imap.gmail.com
24
port: 993
25
name: Emails
26
- user: USERNAME
+ username: USERNAME
27
password: PASSWORD
28
```
29
@@ -32,6 +32,6 @@ Configuration variables:
32
- **server** (*Required*): The IP address or hostname of the IMAP server.
33
- **port** (*Required*): The port where the server is accessible.
34
- **name** (*Optional*): Name of the IMAP sensor.
35
-- **user** (*Required*): Username for the IMAP server.
+- **username** (*Required*): Username for the IMAP server.
36
- **password** (*Required*): Password for the IMAP server.
37
0 commit comments