- Supports target temperature
- Supports preset mode
EntityID |
Class |
Description |
climate.{DEVICEID}_climate |
climate |
Climate entity |
Extra entities
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 |
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_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: power
value: true
service: midea_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: heating_level
value: 9