mirror of
https://github.com/sususweet/midea-meiju-codec.git
synced 2026-02-27 14:16:35 +00:00
fix: add PM2.5 threshold settings support for T0xFC(571Z3081)
This commit is contained in:
@@ -105,6 +105,18 @@ DEVICE_MAPPING = {
|
|||||||
"queries": [{}],
|
"queries": [{}],
|
||||||
"centralized": [],
|
"centralized": [],
|
||||||
"entities": {
|
"entities": {
|
||||||
|
Platform.NUMBER: {
|
||||||
|
"hosting_upper": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 75,
|
||||||
|
"step": 1
|
||||||
|
},
|
||||||
|
"hosting_lower": {
|
||||||
|
"min": 10,
|
||||||
|
"max": 75,
|
||||||
|
"step": 1
|
||||||
|
}
|
||||||
|
},
|
||||||
Platform.SWITCH: {
|
Platform.SWITCH: {
|
||||||
"power": {
|
"power": {
|
||||||
"device_class": SwitchDeviceClass.SWITCH,
|
"device_class": SwitchDeviceClass.SWITCH,
|
||||||
|
|||||||
@@ -2156,6 +2156,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
|
"hosting_upper": {
|
||||||
|
"name": "PM2.5 Upper(Auto Purification)"
|
||||||
|
},
|
||||||
|
"hosting_lower": {
|
||||||
|
"name": "PM2.5 Lower(Stop Purification)"
|
||||||
|
},
|
||||||
"steam_quantity": {
|
"steam_quantity": {
|
||||||
"name": "Steam Quantity"
|
"name": "Steam Quantity"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -2450,6 +2450,12 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"number": {
|
"number": {
|
||||||
|
"hosting_upper": {
|
||||||
|
"name": "PM2.5上阈值(自动净化)"
|
||||||
|
},
|
||||||
|
"hosting_lower": {
|
||||||
|
"name": "PM2.5下阈值(停止净化)"
|
||||||
|
},
|
||||||
"steam_quantity": {
|
"steam_quantity": {
|
||||||
"name": "蒸汽量"
|
"name": "蒸汽量"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user