From cccae907ed1e3bc1189d4c9611927c9df6fe89e4 Mon Sep 17 00:00:00 2001 From: apetrycki <34962392+apetrycki@users.noreply.github.com> Date: Tue, 16 Apr 2024 21:17:12 -0400 Subject: [PATCH] Update climate.py For some reason one of the changes got reverted for aux_heat --- custom_components/daikinskyport/climate.py | 1 - 1 file changed, 1 deletion(-) diff --git a/custom_components/daikinskyport/climate.py b/custom_components/daikinskyport/climate.py index d187ee1..b507291 100644 --- a/custom_components/daikinskyport/climate.py +++ b/custom_components/daikinskyport/climate.py @@ -218,7 +218,6 @@ | ClimateEntityFeature.PRESET_MODE | ClimateEntityFeature.TARGET_TEMPERATURE_RANGE | ClimateEntityFeature.FAN_MODE - | ClimateEntityFeature.AUX_HEAT | ClimateEntityFeature.TURN_ON | ClimateEntityFeature.TURN_OFF )