- Supports target temperature
- Supports run mode
- Supports fan mode
- Supports swing mode
- Supports auxiliary heating
- Sleep Mode
- ECO Mode
| EntityID | Class | Description |
|---|---|---|
| climate.{DEVICEID}_climate | climate | Climate entity |
| EntityID | Class | Description |
|---|---|---|
| sensor.{DEVICEID}_indoor_temperature | sensor | Indoor Temperature |
| switch.{DEVICEID}_aux_heating | switch | Aux Heating |
| switch.{DEVICEID}_eco_mode | switch | ECO Mode |
| switch.{DEVICEID}_night_light | switch | Night Light |
| switch.{DEVICEID}_power | switch | Power |
| switch.{DEVICEID}_sleep_mode | switch | Sleep Mode |
| switch.{DEVICEID}_swing | switch | Swing |
Set the attribute of appliance. Service data:
| Name | Description |
|---|---|
| device_id | The Appliance code (Device ID) of appliance |
| attribute | "aux_heating" "eco_mode" "night_light" "power" "sleep_mode" "swing" |
| value | true or false |
Example
service: midea_ac_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: eco_mode
value: true