Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.79 KB

File metadata and controls

50 lines (38 loc) · 1.79 KB

Clothes Dryer

Entities

Default entity

No default entity

Extra entities

EntityID Class Description
sensor.{DEVICEID}_progress sensor Progress
sensor.{DEVICEID}_time_remaining sensor Time Remaining
sensor.{DEVICEID}_status sensor Status
sensor.{DEVICEID}_program sensor Program
sensor.{DEVICEID}_dryness_level sensor Dryness Level
sensor.{DEVICEID}_dry_temperature sensor Dry Temperature
sensor.{DEVICEID}_intensity sensor Intensity
sensor.{DEVICEID}_material sensor Material
sensor.{DEVICEID}_water_box sensor Water Box
sensor.{DEVICEID}_door_warn sensor Door Warn
sensor.{DEVICEID}_ai_switch sensor AI Switch
sensor.{DEVICEID}_error_code sensor Error Code
switch.{DEVICEID}_power switch Power
switch.{DEVICEID}_start switch Start

Service

midea_ac_lan.set_attribute

Service

Set the attribute of appliance. Service data:

Name Description
device_id The Appliance code (Device ID) of appliance
attribute "power"
"start"
value true or false

Example

service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: power
  value: true