You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/_components/sensor.imap_email_content.markdown
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,18 +1,19 @@
1
1
---
2
2
layout: page
3
-
title: "Imap E-mail Content"
4
-
description: "Instructions how to integrate imap email content sensor into Home Assistant."
3
+
title: "IMAP Email Content"
4
+
description: "Instructions how to integrate IMAP email content sensor into Home Assistant."
5
5
date: 2016-09-09 12:30
6
6
sidebar: true
7
7
comments: false
8
8
sharing: true
9
9
footer: true
10
10
ha_category: Sensor
11
+
ha_iot_class: "Local Polling"
12
+
ha_release: 0.25
11
13
---
12
14
13
15
14
-
The `imap email content` sensor platform will read emails from an imap email server and report them as a state change within Home Assistant.
15
-
This is useful if you have a device that only reports its state via email.
16
+
The `imap_email_content` sensor platform will read emails from an IMAP email server and report them as a state change within Home Assistant. This is useful if you have a device that only reports its state via email.
16
17
17
18
To enable this sensor, add the following lines to your `configuration.yaml` file:
18
19
@@ -34,7 +35,7 @@ Configuration variables:
34
35
35
36
- **server** (*Required*): The IP address or hostname of the IMAP server.
36
37
- **port** (*Required*): The port where the server is accessible.
37
-
- **name** (*Optional*): Name of the IMAP sensor.
38
+
- **name** (*Optional*): Name of the IMAP sensor to use in the frontend.
38
39
- **username** (*Required*): Username for the IMAP server.
39
40
- **password** (*Required*): Password for the IMAP server.
40
41
- **senders** (*Required*): A list of sender email addresses that are allowed to report state via email. Only emails recieved from these addresses will be processed.
0 commit comments