- Supports target temperature
- Supports preset mode
EntityID | Class | Description |
---|---|---|
climate.{DEVICEID}_climate | climate | Climate entity |
EntityID | Class | Description |
---|---|---|
sensor.{DEVICEID}_current_temperature | sensor | Current Temperature |
lock.{DEVICEID}_child_lock | lock | Child Lock |
number.{DEVICEID}_heating_level | number | Heating Level |
switch.{DEVICEID}_power | switch | Power |
following extra service will be made
Set the attribute of appliance. Service data:
Name | Description |
---|---|
device_id | The Appliance code (Device ID) of appliance |
attribute | "child_lock" "power" |
value | true or false |
Name | Description |
---|---|
device_id | The Appliance code (Device ID) of appliance |
attribute | "heating_level" |
value | 1 - 10 |
Example
service: midea_ac_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: power
value: true
service: midea_ac_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: heating_level
value: 9