16 Commits

Author SHA1 Message Date
DavidFW1960
2f29fd458f Adding example for doing a search (#8431)
* Adding example for doing a search

Not intuitive and it took me a while but I worked it out so I'm documenting here.

* Minimize the conf sample and move search to full sample
2019-02-11 14:52:57 +01:00
Matthew Wegner
6bc6467b0f Documentation for Exposing IMAP Search String (#8034)
* Documentation for Exposing IMAP Search String

To accompany a PR to sensor/imap.py

* Rewrote Last Sentence for More Clarity
2019-01-21 23:00:22 +01:00
noxhirsch
06ab18d9d0 Update sensor.imap.markdown (#6775)
* Update sensor.imap.markdown

Update IMAP Sensor configuration variable

* Update sensor.imap.markdown
2018-10-14 09:12:07 +02:00
Fabian Affolter
4d5e2e3a24
Update category and other fixes 2018-09-03 08:54:50 +02:00
Fabian Affolter
2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00
Alok Saboo
1aca7b08cf Misc fixes: e.g. -> e.g., and proper case for Home Assistant (#4942)
* e.g. to e.g., and proper case for Home Assistant

* Instructions how to -> Instructions on how to
2018-03-17 20:20:37 +01:00
Anders Melchiorsen
4667c0f600
Allow folder selection for IMAP unread sensor (#3767) 2017-10-31 20:19:55 +01:00
Robbie Trencheny
5da7bfaa9e Merge branch 'current' into next 2016-10-06 22:13:18 -07:00
Marcelo Moreira de Mello
a122c6d912 Added Imap logo reference (#1147) 2016-10-06 13:27:17 +02:00
Fabian Affolter
53c42e5fd9 Minimizing of the configuration sample (#1048) 2016-10-02 17:14:08 +02:00
Fabian Affolter
abe1bd1c45
Add iot class and other minor changes 2016-09-20 17:13:07 +02:00
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