mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Merge pull request #852 from tchellomello/fix_syntax_after_voluptuous
Updated documentation to match with voluptuous config validation
This commit is contained in:
commit
094f358d95
@ -23,7 +23,7 @@ sensor:
|
|||||||
server: imap.gmail.com
|
server: imap.gmail.com
|
||||||
port: 993
|
port: 993
|
||||||
name: Emails
|
name: Emails
|
||||||
user: USERNAME
|
username: USERNAME
|
||||||
password: PASSWORD
|
password: PASSWORD
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -32,6 +32,6 @@ 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** (*Required*): The port where the server is accessible.
|
||||||
- **name** (*Optional*): Name of the IMAP sensor.
|
- **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.
|
- **password** (*Required*): Password for the IMAP server.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user