- Supports target temperature
EntityID | Class | Description |
---|---|---|
water_heater.{DEVICEID}_water_heater | water_heater | Water heater entity |
EntityID | Class | Description |
---|---|---|
binary_sensor.{DEVICEID}_heating | binary_sensor | Heating |
binary_sensor.{DEVICEID}_heat_insulating | binary_sensor | Heat Insulating |
binary_sensor.{DEVICEID}_protection | binary_sensor | Protection |
sensor.{DEVICEID}_heating_power | sensor | Heating Power |
sensor.{DEVICEID}_current_temperature | sensor | Current Temperature |
switch.{DEVICEID}_auto_cut_out | switch | Auto Cut-out |
switch.{DEVICEID}_power | switch | Power |
switch.{DEVICEID}_variable_heating | switch | Variable Heating |
switch.{DEVICEID}_whole_tank_heating | switch | Whole Tank Heating |
following extra service will be made
Set the attribute of appliance. Service data:
Name | Description |
---|---|
device_id | The Appliance code (Device ID) of appliance |
attribute | "auto_cut_out" "power" "variable_heating" "whole_tank_heating" |
value | true or false |
Example
service: midea_ac_lan.set_attribute
data:
device_id: XXXXXXXXXXXX
attribute: variable_heating
value: true