Merge pull request #852 from tchellomello/fix_syntax_after_voluptuous

Updated documentation to match with voluptuous config validation
This commit is contained in:
Robbie Trencheny 2016-08-27 22:28:34 -07:00 committed by GitHub
commit 094f358d95

View File

@ -23,7 +23,7 @@ sensor:
server: imap.gmail.com
port: 993
name: Emails
user: USERNAME
username: USERNAME
password: PASSWORD
```
@ -32,6 +32,6 @@ Configuration variables:
- **server** (*Required*): The IP address or hostname of the IMAP server.
- **port** (*Required*): The port where the server is accessible.
- **name** (*Optional*): Name of the IMAP sensor.
- **user** (*Required*): Username for the IMAP server.
- **username** (*Required*): Username for the IMAP server.
- **password** (*Required*): Password for the IMAP server.