From 48fac5ec421996b3bd4bc226d9dfc53cb3e4f427 Mon Sep 17 00:00:00 2001 From: Yingqi Tang Date: Tue, 28 Oct 2025 16:16:40 +0800 Subject: [PATCH] Refactor device mapping for default configuration. --- custom_components/midea_auto_cloud/device_mapping/T0x21.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/custom_components/midea_auto_cloud/device_mapping/T0x21.py b/custom_components/midea_auto_cloud/device_mapping/T0x21.py index e88ee19..db0e81f 100644 --- a/custom_components/midea_auto_cloud/device_mapping/T0x21.py +++ b/custom_components/midea_auto_cloud/device_mapping/T0x21.py @@ -20,7 +20,7 @@ DEVICE_MAPPING = { }, } }, - "b17-0000": { + "default": { "rationale": ["off", "on"], "queries": [{}], "centralized": ["run_mode", "fan_speed", "cooling_temp", "heating_temp", "extflag"],