From a31c905fb52a28c2d9e0b671c2abe75daa3bf940 Mon Sep 17 00:00:00 2001 From: sususweet Date: Wed, 1 Oct 2025 14:20:45 +0800 Subject: [PATCH] feat: adapt to T0xAC new power save mode --- custom_components/midea_auto_cloud/device_mapping/T0xAC.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/midea_auto_cloud/device_mapping/T0xAC.py b/custom_components/midea_auto_cloud/device_mapping/T0xAC.py index 4cb3fcc..bf0d1cc 100644 --- a/custom_components/midea_auto_cloud/device_mapping/T0xAC.py +++ b/custom_components/midea_auto_cloud/device_mapping/T0xAC.py @@ -28,10 +28,11 @@ DEVICE_MAPPING = { "none": { "eco": "off", "comfort_power_save": "off", + "cool_power_saving": 0, # "comfort_sleep": "off", "strong_wind": "off" }, - "eco": {"eco": "on"}, + "eco": {"eco": "on", "cool_power_saving": 1}, "comfort": {"comfort_power_save": "on"}, # "sleep": {"comfort_sleep": "on"}, "boost": {"strong_wind": "on"}