mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
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:
@@ -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 = {
|
||||
|
Reference in New Issue
Block a user