From 904a2d1b4d905da152238699a8fea067fb1f39e0 Mon Sep 17 00:00:00 2001 From: TheJulianJES Date: Tue, 31 Mar 2026 11:37:49 +0200 Subject: [PATCH] Remove invalid Matter `HeatingCoolingUnit` device type (#166828) --- homeassistant/components/matter/switch.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/homeassistant/components/matter/switch.py b/homeassistant/components/matter/switch.py index 7c125763703..8e19d3d13b6 100644 --- a/homeassistant/components/matter/switch.py +++ b/homeassistant/components/matter/switch.py @@ -206,7 +206,6 @@ DISCOVERY_SCHEMAS = [ device_types.Cooktop, device_types.Dishwasher, device_types.ExtractorHood, - device_types.HeatingCoolingUnit, device_types.LaundryDryer, device_types.LaundryWasher, device_types.Oven, @@ -241,7 +240,6 @@ DISCOVERY_SCHEMAS = [ device_types.Dishwasher, device_types.ExtractorHood, device_types.Fan, - device_types.HeatingCoolingUnit, device_types.LaundryDryer, device_types.LaundryWasher, device_types.Oven,