Franck Nijhof 1833c32a2c Cleans up front matter (#9835)
* Sets front matter defaults

* Removes default front matter from section templates/pages

* Removes default front matter from addon pages

* Removes default front matter from integration pages

* Removes default front matter from posts

* Removes default front matter from docs pages

* Removes default front matter from other pages

* Fixes blog category pages
2019-07-11 14:35:08 -07:00

1.0 KiB

title, description, logo, ha_category, ha_release, ha_iot_class, redirect_from
title description logo ha_category ha_release ha_iot_class redirect_from
Melissa Instructions on how to integrate Melissa Climate into Home Assistant. mclimate.png
Hub
Climate
0.63 Cloud Polling
/components/climate.melissa/

The melissa integration is the main integration to connect to a Melissa Climate A/C control.

There is currently support for the following device types within Home Assistant:

  • Climate

The climate platform will be automatically configured if Melissa integration is configured.

Configuration

To set the Melissa integration up, add the following information to your configuration.yaml file:

# 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 %}