feat: fix cold water single loop support for T0xE3.

This commit is contained in:
sususweet
2025-11-13 10:09:40 +08:00
parent cc5ec70819
commit e3a1812f9a
3 changed files with 5 additions and 2 deletions

View File

@@ -17,6 +17,9 @@ DEVICE_MAPPING = {
"device_class": SwitchDeviceClass.SWITCH,
"rationale": [0, 1]
},
"cold_water": {
"device_class": SwitchDeviceClass.SWITCH,
},
"cold_water_master": {
"device_class": SwitchDeviceClass.SWITCH,
},