From 35f4464d4a535fc87bda445cbe0b5f876149dd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric?= Date: Mon, 5 Jan 2026 15:24:20 -0800 Subject: [PATCH] Add Resideo X2S Smart Thermostat to Matter fan-only mode list (#160260) --- 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 d9fd62fa210..5eec7c0ba77 100644 --- a/homeassistant/components/matter/climate.py +++ b/homeassistant/components/matter/climate.py @@ -154,6 +154,7 @@ SUPPORT_FAN_MODE_DEVICES: set[tuple[int, int]] = { (0x1209, 0x8027), (0x1209, 0x8028), (0x1209, 0x8029), + (0x131A, 0x1000), } SystemModeEnum = clusters.Thermostat.Enums.SystemModeEnum