Skip to content

Commit abe1bd1

Browse files
committed
Add iot class and other minor changes
1 parent 66b7781 commit abe1bd1

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

source/_components/sensor.imap.markdown

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ sharing: true
99
footer: true
1010
ha_category: Sensor
1111
ha_release: 0.25
12+
ha_iot_class: "Local Polling"
1213
---
1314

1415

source/_components/sensor.imap_email_content.markdown

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
---
22
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."
55
date: 2016-09-09 12:30
66
sidebar: true
77
comments: false
88
sharing: true
99
footer: true
1010
ha_category: Sensor
11+
ha_iot_class: "Local Polling"
12+
ha_release: 0.25
1113
---
1214

1315

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.
1617

1718
To enable this sensor, add the following lines to your `configuration.yaml` file:
1819

@@ -34,7 +35,7 @@ Configuration variables:
3435
3536
- **server** (*Required*): The IP address or hostname of the IMAP server.
3637
- **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.
3839
- **username** (*Required*): Username for the IMAP server.
3940
- **password** (*Required*): Password for the IMAP server.
4041
- **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

Comments
 (0)