diff --git a/custom_components/midea_auto_cloud/translations/en.json b/custom_components/midea_auto_cloud/translations/en.json index 4fd39e7..9dffb1f 100644 --- a/custom_components/midea_auto_cloud/translations/en.json +++ b/custom_components/midea_auto_cloud/translations/en.json @@ -509,7 +509,12 @@ "name": "Gesture Function Type" }, "humidity_mode": { - "name": "Humidity Mode" + "name": "Humidity Mode", + "state": { + "manual": "manual", + "moist_skin": "moist skin", + "sleep": "sleep" + } }, "icea_bar_function_switch": { "name": "Icea Bar Function Switch" @@ -695,10 +700,24 @@ "name": "Water Level" }, "wind_gear": { - "name": "Wind Gear" + "name": "Wind Gear", + "state": { + "low": "low", + "medium": "medium", + "high": "high", + "auto": "auto", + "invalid": "invalid" + } }, "wind_speed": { - "name": "Wind Speed" + "name": "Wind Speed", + "state": { + "low": "low", + "medium": "medium", + "high": "high", + "auto": "auto", + "invalid": "invalid" + } }, "work_mode": { "name": "Work Mode" diff --git a/custom_components/midea_auto_cloud/translations/zh-Hans.json b/custom_components/midea_auto_cloud/translations/zh-Hans.json index 6110a37..fd747bd 100644 --- a/custom_components/midea_auto_cloud/translations/zh-Hans.json +++ b/custom_components/midea_auto_cloud/translations/zh-Hans.json @@ -604,7 +604,12 @@ "name": "手势功能类型" }, "humidity_mode": { - "name": "湿度模式" + "name": "湿度模式", + "state": { + "manual": "手动", + "moist_skin": "润肤", + "sleep": "睡眠" + } }, "icea_bar_function_switch": { "name": "制冰吧台功能开关" @@ -790,10 +795,24 @@ "name": "水位" }, "wind_gear": { - "name": "风档" + "name": "风档", + "state": { + "low": "低速", + "medium": "中速", + "high": "高速", + "auto": "自动", + "invalid": "无效" + } }, "wind_speed": { - "name": "风速" + "name": "风速", + "state": { + "low": "低速", + "medium": "中速", + "high": "高速", + "auto": "自动", + "invalid": "无效" + } }, "work_mode": { "name": "工作模式"