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