From be4fff557c09aa77b81cd47bfdab6778fd13a5a4 Mon Sep 17 00:00:00 2001 From: Nick Vigilante Date: Sun, 23 Aug 2026 01:57:44 -0400 Subject: [PATCH] Add Midea window AC (0x118C/0x2022) to Matter dry mode device list (#179780) --- homeassistant/components/matter/climate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/homeassistant/components/matter/climate.py b/homeassistant/components/matter/climate.py index c24af835fbd0..7d677b5374dc 100644 --- a/homeassistant/components/matter/climate.py +++ b/homeassistant/components/matter/climate.py @@ -100,6 +100,7 @@ SUPPORT_DRY_MODE_DEVICES: set[tuple[int, int]] = { (0x0001, 0x0108), (0x0001, 0x010A), (0x0001, 0x013F), + (0x118C, 0x2022), (0x1209, 0x8000), (0x1209, 0x8001), (0x1209, 0x8002),