Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.16 KB

DC.md

File metadata and controls

38 lines (28 loc) · 1.16 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
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