From e4b939780ff7a37c5f9584f7bdbb6c1f030dfcb0 Mon Sep 17 00:00:00 2001 From: sususweet Date: Fri, 31 Oct 2025 23:01:09 +0800 Subject: [PATCH] feat: update support for device T0x15. --- .../midea_auto_cloud/device_mapping/T0x15.py | 44 +++++++++---------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/custom_components/midea_auto_cloud/device_mapping/T0x15.py b/custom_components/midea_auto_cloud/device_mapping/T0x15.py index 887ddd3..f63b418 100644 --- a/custom_components/midea_auto_cloud/device_mapping/T0x15.py +++ b/custom_components/midea_auto_cloud/device_mapping/T0x15.py @@ -15,28 +15,28 @@ DEVICE_MAPPING = { "device_class": BinarySensorDeviceClass.PROBLEM, } }, - # Platform.NUMBER: { - # "warm_time_min": { - # "min": 0, - # "max": 480, - # "step": 60 - # }, - # "max_work_time": { - # "min": 0, - # "max": 12, - # "step": 1 - # }, - # "warm_target_temp": { - # "min": 0, - # "max": 100, - # "step": 1 - # }, - # "boil_target_temp": { - # "min": 0, - # "max": 100, - # "step": 1 - # }, - # }, + Platform.NUMBER: { + "warm_time_min": { + "min": 0, + "max": 480, + "step": 60 + }, + "max_work_time": { + "min": 0, + "max": 12, + "step": 1 + }, + "warm_target_temp": { + "min": 0, + "max": 100, + "step": 1 + }, + "boil_target_temp": { + "min": 0, + "max": 100, + "step": 1 + }, + }, Platform.SELECT: { "work_mode": { "options": {