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.
This commit is contained in:
bvweerd
2022-02-12 17:14:30 +01:00
committed by GitHub
parent ba83648d27
commit 10fdc8eef4

View File

@@ -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 = {