2019-03-10 04:45:59 -07:00

1.1 KiB

layout, title, description, date, sidebar, comments, sharing, footer, logo, ha_category, ha_release, ha_iot_class, redirect_from
layout title description date sidebar comments sharing footer logo ha_category ha_release ha_iot_class redirect_from
page Melissa Instructions on how to integrate Melissa Climate into Home Assistant. 2017-01-05 17:30 true false true true mclimate.png
Hub
Climate
0.63 Cloud Polling
/components/climate.melissa/

The melissa component is the main component 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 component is configured.

{% linkable_title Configuration %}

To set the Melissa component 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 %}