home-assistant.github.io/source/_components/melissa.markdown
Fabian Affolter 2851b2a606
Update configuration samples (#5041)
* Update configuration samples

* Minor changes
2018-03-29 10:02:47 +02:00

39 lines
955 B
Markdown

---
layout: page
title: "Melissa Climate"
description: "Instructions on 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.
## {% linkable_title Configuration %}
To set the Melissa component up, add the following information to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
melissa:
username: YOUR_MELISSA_USERNAME
password: YOUR_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 %}