feat: update support for device T0x15.

This commit is contained in:
sususweet
2025-10-31 23:01:09 +08:00
parent c12e95f2a1
commit e4b939780f

View File

@@ -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": {