Move to Mailbox category (#6179)

This commit is contained in:
Fabian Affolter 2018-09-03 08:41:10 +02:00 committed by GitHub
parent f99fa3a5f7
commit f49c12d76e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: asterisk.png
ha_category: Other
ha_category: Mailbox
ha_iot_class: "Local Push"
ha_release: 0.51
---
@ -19,6 +19,8 @@ To enable the component, a configuration is required in both Home Assistant as w
First follow the [Asterisk PBX configuration guide](/docs/asterisk_mbox/) to setup the necessary server on the Asterisk PBX server (this is needed even if Asterisk and Home Assistant are running on the same server)
## {% linkable_title Configuration %}
Once that is complete, add the following entry `configuration.yaml` file:
```yaml

View File

@ -8,7 +8,7 @@ comments: false
sharing: true
footer: true
logo: smtp.png
ha_category: Sensor
ha_category: Mailbox
ha_iot_class: "Local Polling"
ha_release: 0.25
---
@ -16,6 +16,8 @@ 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. This is useful if you have a device that only reports its state via email.
## {% linkable_title Configuration %}
To enable this sensor, add the following lines to your `configuration.yaml` file:
```yaml