Skip to content

Latest commit

 

History

History
58 lines (46 loc) · 1.87 KB

40.md

File metadata and controls

58 lines (46 loc) · 1.87 KB

Integrated Ceiling Fan

Features

  • Supports fan speed
  • Support oscillate

Entities

Default entity

EntityID Class Description
fan.{DEVICEID}_fan fan Fan entity

Extra entities

EntityID Class Description
sensor.{DEVICEID}_current_temperature select Current Temperature
switch.{DEVICEID}_light switch Light
select.{DEVICEID}_ventilation switch Ventilation
select.{DEVICEID}_smelly_sensor switch smelly Sensor
select.{DEVICEID}_direction select Direction

Services

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 "light"
"ventilation"
"smelly_sensor"
value true or false
Name Description
device_id The Appliance code (Device ID) of appliance
attribute "directions"
value 60
70
80
90
100
"Oscillate"

Example

service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: light
  value: true
service: midea_ac_lan.set_attribute
data:
  device_id: XXXXXXXXXXXX
  attribute: directions
  value: 100