Adding melissa climate (#4377)

* Adding docs for melissa component

* Adding docs for melissa component

* Changed to Configuration Variables

* 🚑 Fixing build

* Updateing version of release
This commit is contained in:
kennedyshead 2018-02-03 03:55:08 +01:00 committed by Anders Melchiorsen
parent 7f6f3cca86
commit c2813d3739
4 changed files with 77 additions and 0 deletions

View File

@ -0,0 +1,20 @@
---
layout: page
title: "Melissa Climate"
description: "Instructions on how to integrate Melissa climate system (HVAC) into Home Assistant."
date: 2018-01-08 20:21
sidebar: true
comments: false
sharing: true
footer: true
logo: mclimate.png
ha_category: Climate
ha_iot_class: "Cloud Polling"
ha_release: 0.63
---
The `Melissa` climate platform allows you to control your [Melissa Climate](http://seemelissa.com/) from within Home Assistant.
The climate platform will be automatically configured if Melissa component is configured.
For more configuration information see the [Melissa component](/components/melissa/) documentation.

View File

@ -0,0 +1,37 @@
---
layout: page
title: "Melissa Climate"
description: "Instructions how to integrate Melissa Climate into Home Assistant."
date: 2017-01-05 17:30
sidebar: true
comments: false
sharing: true
footer: true
logo: mclimate.png
ha_category: Hub
featured: false
ha_release: 0.63
ha_iot_class: "Cloud Polling"
---
The `Melissa` component is the main component to connect to a [Melissa Climate](http://seemelissa.com/) A/C control.
To set the Melissa component up, add the following information to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
melissa:
username: <email adress>
password: ********
```
{% configuration %}
username:
description: The username for accessing your Melissa account.
required: true
type: string
password:
description: The password for accessing your Melissa account.
required: true
type: string
{% endconfiguration %}

View File

@ -0,0 +1,20 @@
---
layout: page
title: "Melissa Sensor"
description: "Instructions on how to integrate Melissa sensors into Home Assistant."
date: 2017-08-30 12:21
sidebar: true
comments: false
sharing: true
footer: true
logo: mclimate.png
ha_category: Sensor
ha_iot_class: "Cloud Polling"
ha_release: 0.63
---
The `Melissa` platform allows you to get data from your [Melissa](http://seemelissa.com/) sensors from within Home Assistant.
The sensor platform will be automatically configured if Melissa component is configured.
For more configuration information see the [Melissa component](/components/melissa/) documentation.

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB