mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-11-12 07:51:54 +00:00
feat: update support for device T0x15.
This commit is contained in:
@@ -15,28 +15,28 @@ DEVICE_MAPPING = {
|
|||||||
"device_class": BinarySensorDeviceClass.PROBLEM,
|
"device_class": BinarySensorDeviceClass.PROBLEM,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
# Platform.NUMBER: {
|
Platform.NUMBER: {
|
||||||
# "warm_time_min": {
|
"warm_time_min": {
|
||||||
# "min": 0,
|
"min": 0,
|
||||||
# "max": 480,
|
"max": 480,
|
||||||
# "step": 60
|
"step": 60
|
||||||
# },
|
},
|
||||||
# "max_work_time": {
|
"max_work_time": {
|
||||||
# "min": 0,
|
"min": 0,
|
||||||
# "max": 12,
|
"max": 12,
|
||||||
# "step": 1
|
"step": 1
|
||||||
# },
|
},
|
||||||
# "warm_target_temp": {
|
"warm_target_temp": {
|
||||||
# "min": 0,
|
"min": 0,
|
||||||
# "max": 100,
|
"max": 100,
|
||||||
# "step": 1
|
"step": 1
|
||||||
# },
|
},
|
||||||
# "boil_target_temp": {
|
"boil_target_temp": {
|
||||||
# "min": 0,
|
"min": 0,
|
||||||
# "max": 100,
|
"max": 100,
|
||||||
# "step": 1
|
"step": 1
|
||||||
# },
|
},
|
||||||
# },
|
},
|
||||||
Platform.SELECT: {
|
Platform.SELECT: {
|
||||||
"work_mode": {
|
"work_mode": {
|
||||||
"options": {
|
"options": {
|
||||||
|
|||||||
Reference in New Issue
Block a user