From 10fdc8eef457c369a042c631376ed33f29d0d8bf Mon Sep 17 00:00:00 2001 From: bvweerd Date: Sat, 12 Feb 2022 17:14:30 +0100 Subject: [PATCH] Partly reverse preset incompatibility It seems like some presets are unsupported by the native climate control of Home Assistant core. This change reverts the previous preset changes causing issues. It worked perfect with simple-thermostat custom lovelace card. --- homeassistant/components/eq3btsmart/climate.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/homeassistant/components/eq3btsmart/climate.py b/homeassistant/components/eq3btsmart/climate.py index 44329c95eb1..137b28794e8 100644 --- a/homeassistant/components/eq3btsmart/climate.py +++ b/homeassistant/components/eq3btsmart/climate.py @@ -61,10 +61,6 @@ HA_TO_EQ_HVAC = { EQ_TO_HA_PRESET = { eq3.Mode.Boost: PRESET_BOOST, eq3.Mode.Away: PRESET_AWAY, - eq3.Mode.Manual: PRESET_PERMANENT_HOLD, - eq3.Mode.Auto: PRESET_NO_HOLD, - eq3.Mode.Open: PRESET_OPEN, - eq3.Mode.Closed: PRESET_CLOSED, } HA_TO_EQ_PRESET = {