mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2025-11-12 16:01:54 +00:00
feat: Add COLMO Turing Central AC
1. Add device mapping of multiple Turing ACs in T0xAC.py 2. Necessary changes in load_device_config() to support tuple or re pattern as the device map key 3. Update in climate.py to support target humidity feature 4. Add missing translations and icons
This commit is contained in:
@@ -336,7 +336,26 @@
|
||||
"name": "Storage Zone"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "Thermostat"
|
||||
"name": "Thermostat",
|
||||
"state_attributes": {
|
||||
"fan_mode": {
|
||||
"state": {
|
||||
"silent": "Silent",
|
||||
"full": "Full"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"colmo_turing_central_ac_climate": {
|
||||
"name": "Thermostat",
|
||||
"state_attributes": {
|
||||
"fan_mode": {
|
||||
"state": {
|
||||
"silent": "Silent",
|
||||
"full": "Full"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"water_heater": {
|
||||
"name": "Water Heater"
|
||||
|
||||
@@ -336,7 +336,30 @@
|
||||
"name": "冷藏区"
|
||||
},
|
||||
"thermostat": {
|
||||
"name": "温控器"
|
||||
"name": "温控器",
|
||||
"state_attributes": {
|
||||
"fan_mode": {
|
||||
"state": {
|
||||
"silent": "静音",
|
||||
"full": "强劲"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"colmo_turing_central_ac_climate": {
|
||||
"name": "温控器",
|
||||
"state_attributes": {
|
||||
"fan_mode": {
|
||||
"state": {
|
||||
"silent": "静音",
|
||||
"full": "强劲"
|
||||
}
|
||||
}
|
||||
},
|
||||
"state": {
|
||||
"auto": "温湿灵控",
|
||||
"dry": "自动抽湿"
|
||||
}
|
||||
},
|
||||
"water_heater": {
|
||||
"name": "热水器"
|
||||
|
||||
Reference in New Issue
Block a user