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": {
|
"default": {
|
||||||
"rationale": ["off", "on"],
|
"rationale": ["off", "on"],
|
||||||
"queries": [{}],
|
"queries": [{}],
|
||||||
"centralized": [
|
"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"
|
|
||||||
],
|
|
||||||
"entities": {
|
"entities": {
|
||||||
Platform.SWITCH: {
|
Platform.SWITCH: {
|
||||||
"bubble": {
|
"bubble": {
|
||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
"rationale": [0, 1]
|
"rationale": [0, 1]
|
||||||
},
|
},
|
||||||
"cold_water": {
|
"cold_water_master": {
|
||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
},
|
},
|
||||||
"bathtub": {
|
"bathtub": {
|
||||||
|
@@ -2317,6 +2317,9 @@
|
|||||||
},
|
},
|
||||||
"antifreeze": {
|
"antifreeze": {
|
||||||
"name": "Antifreeze"
|
"name": "Antifreeze"
|
||||||
|
},
|
||||||
|
"cold_water_master": {
|
||||||
|
"name": "Cold Water Master"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -2317,6 +2317,9 @@
|
|||||||
},
|
},
|
||||||
"antifreeze": {
|
"antifreeze": {
|
||||||
"name": "防冻模式"
|
"name": "防冻模式"
|
||||||
|
},
|
||||||
|
"cold_water_master": {
|
||||||
|
"name": "单次零冷水"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user