1.9 KiB
title, description, ha_category, ha_release, ha_iot_class, ha_codeowners, ha_domain, ha_platforms, ha_integration_type, ha_quality_scale
| title | description | ha_category | ha_release | ha_iot_class | ha_codeowners | ha_domain | ha_platforms | ha_integration_type | ha_quality_scale | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| IntesisHome | Instructions how to integrate IntesisHome AC devices with Home Assistant |
|
0.104 | Cloud Push |
|
intesishome |
|
integration | legacy |
The IntesisHome climate platform lets you control IntesisHome, Airconwithme and anywAIR devices. IntesisHome provides integrations with air conditioners, including Panasonic, Daikin, Fujitsu, Toshiba, LG and more.
Note: IntesisHome products are a separate product line to IntesisBox. This platform does not support IntesisBox devices (which can be controlled locally using the WMP protocol).
Configuration
To set it up, add the following information to your {% term "configuration.yaml" %} file:
climate:
- platform: intesishome
username: YOUR_USERNAME
password: YOUR_PASSWORD
{% configuration %}
username:
description: "Your username for IntesisHome.com / Airconwithme"
required: true
type: string
password:
description: Your password for IntesisHome
required: true
type: string
device:
description: "IntesisHome, airconwithme or anywair."
required: false
default: IntesisHome
type: string
{% endconfiguration %}
This integration opens a TCP connection with the IntesisHome API to receive temperature and status updates, and to issue commands. By default, the integration will be named using the friendly device name from the IntesisHome website or application. If internet connectivity is lost, the device will be marked as unavailable after 5 minutes.
Supported actions
Available actions:
climate.set_temperatureclimate.set_fan_modeclimate.set_operation_modeclimate.set_swing_modeclimate.turn_onclimate.turn_off