mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 03:07:14 +00:00
Add iot class and other minor changes
This commit is contained in:
parent
66b7781a86
commit
abe1bd1c45
@ -9,6 +9,7 @@ sharing: true
|
|||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
ha_release: 0.25
|
ha_release: 0.25
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,18 +1,19 @@
|
|||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "Imap E-mail Content"
|
title: "IMAP Email Content"
|
||||||
description: "Instructions how to integrate imap email content sensor into Home Assistant."
|
description: "Instructions how to integrate IMAP email content sensor into Home Assistant."
|
||||||
date: 2016-09-09 12:30
|
date: 2016-09-09 12:30
|
||||||
sidebar: true
|
sidebar: true
|
||||||
comments: false
|
comments: false
|
||||||
sharing: true
|
sharing: true
|
||||||
footer: true
|
footer: true
|
||||||
ha_category: Sensor
|
ha_category: Sensor
|
||||||
|
ha_iot_class: "Local Polling"
|
||||||
|
ha_release: 0.25
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
||||||
The `imap email content` sensor platform will read emails from an imap email server and report them as a state change within Home Assistant.
|
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.
|
||||||
This is useful if you have a device that only reports its state via email.
|
|
||||||
|
|
||||||
To enable this sensor, add the following lines to your `configuration.yaml` file:
|
To enable this sensor, add the following lines to your `configuration.yaml` file:
|
||||||
|
|
||||||
@ -34,7 +35,7 @@ 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 to use in the frontend.
|
||||||
- **username** (*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.
|
||||||
- **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.
|
- **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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user