Skip to content

Commit 094f358

Browse files
authored
Merge pull request home-assistant#852 from tchellomello/fix_syntax_after_voluptuous
Updated documentation to match with voluptuous config validation
2 parents 9e4330b + 10317da commit 094f358

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/_components/sensor.imap.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sensor:
2323
server: imap.gmail.com
2424
port: 993
2525
name: Emails
26-
user: USERNAME
26+
username: USERNAME
2727
password: PASSWORD
2828
```
2929
@@ -32,6 +32,6 @@ Configuration variables:
3232
- **server** (*Required*): The IP address or hostname of the IMAP server.
3333
- **port** (*Required*): The port where the server is accessible.
3434
- **name** (*Optional*): Name of the IMAP sensor.
35-
- **user** (*Required*): Username for the IMAP server.
35+
- **username** (*Required*): Username for the IMAP server.
3636
- **password** (*Required*): Password for the IMAP server.
3737

0 commit comments

Comments
 (0)