- As far as we know, the sink dishwasher is consistent with the dishwasher control logic.
No default entity
EntityID | Class | Description |
---|---|---|
binary_sensor.{DEVICEID}_door | binary_sensor | Door |
binary_sensor.{DEVICEID}_rinse_aid | binary_sensor | Rinse Aid Shortage |
binary_sensor.{DEVICEID}_salt | binary_sensor | Salt Shortage |
sensor.{DEVICEID}_humidity | sensor | Humidity |
sensor.{DEVICEID}_progress | sensor | Progress |
sensor.{DEVICEID}_status | sensor | Status |
sensor.{DEVICEID}_storage_remaining | sensor | Storage Time Remaining |
sensor.{DEVICEID}_temperature | sensor | Temperature |
sensor.{DEVICEID}_time_remaining | sensor | Time Remaining |
sensor.{DEVICEID}_mode | sensor | Mode |
sensor.{DEVICEID}_error_code | sensor | Error Code |
sensor.{DEVICEID}_softwater | sensor | Softwater Level |
sensor.{DEVICEID}_bright | sensor | Bright Level |
lock.{DEVICEID}_child_lock | lock | Child Lock |
switch.{DEVICEID}_power | switch | Power |
switch.{DEVICEID}_storage | switch | Storage |
Set the attribute of appliance. Service data:
Name | Description |
---|---|
device_id | The Appliance code (Device ID) of appliance |
attribute | "child_lock" "power" "storage" |
value | true or false |
Example
service: midea_ac_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: power
value: true