mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-10 13:09:00 +00:00

* Adding docs for melissa component
* Adding docs for melissa component
* Changed to Configuration Variables
* 🚑 Fixing build
* Updateing version of release
901 B
901 B
layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, featured, ha_release, ha_iot_class
layout | title | description | date | sidebar | comments | sharing | footer | logo | ha_category | featured | ha_release | ha_iot_class |
---|---|---|---|---|---|---|---|---|---|---|---|---|
page | Melissa Climate | Instructions how to integrate Melissa Climate into Home Assistant. | 2017-01-05 17:30 | true | false | true | true | mclimate.png | Hub | false | 0.63 | Cloud Polling |
The Melissa
component is the main component to connect to a Melissa Climate A/C control.
To set the Melissa component up, add the following information to your configuration.yaml
file:
# 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 %}