mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-10-15 02:38:29 +00:00
feat: zero cold water switch
This commit is contained in:
@@ -7,19 +7,14 @@ DEVICE_MAPPING = {
|
||||
"default": {
|
||||
"rationale": ["off", "on"],
|
||||
"queries": [{}],
|
||||
"centralized": [
|
||||
"power", "bubble", "cold_water", "bathtub", "safe", "cold_water_dot",
|
||||
"change_litre_switch", "cold_water_ai", "cold_water_pressure",
|
||||
"person_mode_one", "person_mode_two", "person_mode_three", "gesture_function",
|
||||
"mode", "power_level", "type_machine", "capacity", "temperature"
|
||||
],
|
||||
"centralized": [],
|
||||
"entities": {
|
||||
Platform.SWITCH: {
|
||||
"bubble": {
|
||||
"device_class": SwitchDeviceClass.SWITCH,
|
||||
"rationale": [0, 1]
|
||||
},
|
||||
"cold_water": {
|
||||
"cold_water_master": {
|
||||
"device_class": SwitchDeviceClass.SWITCH,
|
||||
},
|
||||
"bathtub": {
|
||||
|
@@ -2317,6 +2317,9 @@
|
||||
},
|
||||
"antifreeze": {
|
||||
"name": "Antifreeze"
|
||||
},
|
||||
"cold_water_master": {
|
||||
"name": "Cold Water Master"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -2317,6 +2317,9 @@
|
||||
},
|
||||
"antifreeze": {
|
||||
"name": "防冻模式"
|
||||
},
|
||||
"cold_water_master": {
|
||||
"name": "单次零冷水"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user