5 Commits

Author SHA1 Message Date
Marcelo Moreira de Mello
10317da550 Updated documentation to match with voluptuous config validation
--
After the upgrade to use voluptuous to parse the configuration, sensor.imap needs to pass username instead user. Note that user also works, but to keep it coherent, we are updating the documentation.

(home_assistant) ↪ hass --script check_config
Testing configuration at /home/hass/.homeassistant
16-08-28 00:49:35 ERROR (MainThread) [homeassistant.bootstrap] Invalid config for [sensor.imap]: required key not provided @ data['username']. Got None
Failed config
  sensor.imap:
    user: <redacted>
    port: 993
    platform: imap
    password: <redacted>
    server: imap.gmail.com
    name: Gmail Alerts

Successful config (partial)
  sensor.imap:

   After replacing ```user``` by ```username```, ```hass --script check_config``` works as expected.
2016-08-28 00:53:11 -04:00
Paulus Schoutsen
f6602cab8c Update categories 2016-08-14 14:29:57 -07:00
Fabian Affolter
4b21714b66
Publish IMAP documentation 2016-07-28 06:51:24 +02:00
Paulus Schoutsen
5a29c05e66 Hide sensor.imap until stable 2016-07-16 11:20:14 -07:00
Fabian Affolter
3d1e22b597
Add IMAP sensor docs 2016-07-11 07:37:58 +02:00